Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use ReentrantLock i.o. Thread#yield. This should provide a more efficient process for dealing with the request stream. We've seen some users hit high CPU load specifically on the yield operation, which may occur when a large number of query updates are passed along from one application. #enhancement/reentrant-lock-io-yield
- Loading branch information