From: Hans K. <han...@bi...> - 2002-05-27 06:42:12
|
Ls, The Net::Ldap::Daemon package uses one process to serve multiple clients. This can be a trouble when one of the clients performs a request that takes a long time to finish. The attached Net::Ldap::Daemon::ForkOnAccept package forks a new process for every session. I borrowed the idea from SOAP::Lite. Enjoy, Hans |