]> git.sur5r.net Git - openldap/commit
ITS#5364, thread pool efficiency:
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 10 Feb 2008 16:15:30 +0000 (16:15 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 10 Feb 2008 16:15:30 +0000 (16:15 +0000)
commit6dd87bb83f70c5a69d2c0f90215c08a9b62674a1
treeba6ddf560d2f7ea5e9a3066b622727cf0b36b2bf
parent68316527c4111dcc10e2d146f51910cf85be8f28
ITS#5364, thread pool efficiency:
Add ldap_pvt_thread_pool_pausing(): pause check for slapd without locking.
Make counters int instead of long; INT_MAX pending tasks is enough.
Nitpick cleanup: goto failure instead of if() to not-failure in _submit().
libraries/libldap_r/tpool.c