ldapsdk icon indicating copy to clipboard operation
ldapsdk copied to clipboard

InMemoryDirectoryServer is single threaded and blocks for searches

Open ofiterev opened this issue 10 months ago • 1 comments

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

ofiterev avatar Apr 18 '24 15:04 ofiterev