ldapsdk
ldapsdk copied to clipboard
InMemoryDirectoryServer is single threaded and blocks for searches
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 thread writes