[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: pro and cons of threads



Use of a non-preemptive threading package is recommended.
Note, however, many modern systems provide preemptive threading
packages.  OpenLDAP is not preemptive threadsafe.

If you do not know if your threading package is preemptive or
not, use of --without-threads is recommended.

Kurt