]> git.sur5r.net Git - openldap/commit
ITS#2389 - stop reading requests on a conn if it has more than
authorHoward Chu <hyc@openldap.org>
Thu, 20 Mar 2003 12:40:11 +0000 (12:40 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 20 Mar 2003 12:40:11 +0000 (12:40 +0000)
commita63b8908cd7f16110496a8fb2859572f86cbf71f
tree1bea84aa7dbbb460282448f451eed55db4378978
parent546d5cb3a0f8cdb69d61ac3a19694bfb8b873790
ITS#2389 - stop reading requests on a conn if it has more than
connection_pool_max/2 operations already executing. May want to tune
this to a higher value, e.g. connection_pool_max - XX, etc. Fix in
result.c throttles the connection too late, all threads are already
consumed by the time the send buffer blocks.
servers/slapd/connection.c