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

Re: strange performance problem



Cuong bui wrote:

For this purpose i've written an multithreaded application to simulate simultaneous access to the ldap server. This application creates an variable number of threads that simulate an client.

Another wild guess: How did you implement this multi-threaded LDAP application? Did you make sure you don't have any thread-safety issues? I'd suggest to use forking processes opening separate LDAP connections instead.


Ciao, Michael.