https://issues.apache.org/bugzilla/show_bug.cgi?id=45834
--- Comment #4 from Eric Covener <[EMAIL PROTECTED]> 2008-09-19 18:20:58 PST --- (In reply to comment #3) > After further research this issue seems to be caused by the firewall between > the requesting server and the LDAP server. The firewall will break idle > connections after a period of time thus explaining the timeout after a > connection has been made. This sequence doesn't really explain the timeout. On a normal network, when the connection is severed the host OS finds out, then when the application goes to use the socket it finds out too -- without a delay. This is the part that is failing. you should be able to add something like: http://people.apache.org/~covener/trunk-ldap-nokeep.diff to http://svn.apache.org/viewvc?view=rev&revision=599164 and use SetEnvIf to disable the re-use. (but as you can see, actually cleaning up the connections is unchartered territory) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
