-
Notifications
You must be signed in to change notification settings - Fork 475
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JAMES-3715 AbstractConfigurableAsyncServer: Remove no longer used max…
…ExecutorThreads Computation are now conducted on the child threads of the Netty4 Server bootstraps. On Netty 3 those computations were conducted on a thread pool yet separated from the Netty 'workers' which could be seen as unnecessary context switches - Netty worker threads were merely decoding and encoding the traffic.
- Loading branch information
Showing
3 changed files
with
1 addition
and
12 deletions.
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
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