ofiterev

Results 2 issues of ofiterev

InMemoryDirectoryServer is single threaded and blocks for searches because InMemoryRequestHandler synchronizes every search method on the entryMap, insead read/write locks can be used so multiple threads can read if no...

Resolves #163 Hello, while doing load tests I ran into a problem with threads blocking when reading from InMemoryDirectoryServer as it is using synchronized blocks, so I replaced them with...