Skip to content

Conversation

@ofiterev
Copy link

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 read/write locks. Accepting this pull request would help me a lot since I will not need to rebuild each release :)

Thanks a lot,
Valentin

…MemoryRequestHandler so multiple reads can be executed at a time when no write is done

Resolves pingidentity#163
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

InMemoryDirectoryServer is single threaded and blocks for searches

1 participant