https://bugs.openldap.org/show_bug.cgi?id=8943
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |SUSPENDED
--- Comment #6 from Howard Chu hyc@openldap.org --- One major problem here is that overlays assume they all execute in the same thread for the duration of an operation. Putting the response in the worker thread would break overlay response callbacks.
It would be quite a lot of refactoring to make overlays thread-independent, and that's not going to happen soon.