-
Notifications
You must be signed in to change notification settings - Fork 685
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GEODE-8947: Use waiting thread pool only in limited senario. (#6038)
* GEODE-8947: Use waiting thread pool only in limited senario. * Only when processing transactional message and when conserve-sockets set to true case, a separate thread in waiting pool will be used to process the message. * This is to addresses performance issue if there won't be deadlock. (cherry picked from commit b98cf4a)
- Loading branch information
1 parent
9006226
commit 3a91d92
Showing
2 changed files
with
65 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters