You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/05/21 17:49:47 UTC

DO NOT REPLY [Bug 23548] - prefork model on solaris 2.6 mod_ldap leaves connections to ldap in close_wait

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=23548>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=23548

prefork model on solaris 2.6 mod_ldap leaves connections to ldap in close_wait

minfrin@sharp.fm changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



------- Additional Comments From minfrin@sharp.fm  2004-05-21 15:49 -------
Are you using a shared LDAP connection pool?

The mod_ldap connection pool will keep the connections open until the process is
shut down, when it will gracefully close them. This should happen when your
process reaches it's maximum number of allowed requests, and will shut down to
be replaced by a new one.

If you're using a shared pool though, the connections will only be shut down
when httpd receives a graceful restart, which I can see could be a problem if
httpd is long lived.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org