https://bugs.openldap.org/show_bug.cgi?id=8958
--- Comment #30 from Hallvard Furuseth h.b.furuseth@usit.uio.no --- I wrote wrote:
https://bugs.openldap.org/show_bug.cgi?id=8958
In patch #5
- ldap_pvt_thread_pool_setspeed( &connection_pool, ctx, 0 );
Shouldn't the minimum speed be 1, not 0?
That's just the API. 0 = "slowest". I didn't want to export details of the tpool implementation, which might get replaced. Could use 0.0 so it looks different, if floating point numbers are OK in libldap.
That is, I have a vague feeling that merely mentioning a floating point number would require libm in some C implementations. Don't remember.