[Kea-users] DHCP reserved leases (infinite lease)

Stephen Morris stephen at isc.org
Wed Jun 4 18:55:27 UTC 2014


On 04/06/14 07:39, Igor Smitran wrote:
> Until pointer to mysql is implemented i have a question:
> 
> Do i have to make mysql connection pool for hook calls or kea can
> have more than one active hook at the time?

Kea is single-threaded and this is unlikely to change in the near
future.  So when one hook call is active, no other hook routine will
be active.  One database connection can be used for all your hook
calls without any need to lock against concurrent access.


Stephen



More information about the Kea-users mailing list