Performance... no more than 150 leases per second?

Friesen, Don SSBC:EX Don.Friesen at gov.bc.ca
Wed Jun 9 17:27:50 UTC 2010


>Since the lease_enqueue() function works over a given declared pool,
>one workaround is to configure multiple pools to contain disparate
>range statements rather than collecting them all in one pool.

   Do you mean that it would be more efficient to change

   subnet 10.32.172.0 netmask 255.255.252.0 {
      pool {
          range 142.32.172.10 142.32.175.254;
      }
   }

   into

   subnet 10.32.172.0 netmask 255.255.252.0 {
      pool {
          range 142.32.172.10 142.32.172.255;
      }
      pool {
          range 142.32.173.0 142.32.173.255;
      }
      pool {
          range 142.32.174.0 142.32.174.255;
      }
       pool {
          range 142.32.175.0 142.32.175.254;
      }
   }

?



More information about the dhcp-users mailing list