Issue Type: Improvement Improvement
Affects Versions: 1.1.0
Assignee: Logback dev list
Components: logback-classic, logback-core
Created: 08/Feb/14 2:28 PM
Description:

The ServerSocketReceiver and the AbstractServerSocketAppender and their subclasses are using the context's thread pool for client connections which is effectively limiting the amount of possible client connections to a little less than the value of the CoreConstants.MAX_POOL_SIZE which is 32.

In order to allow a flexible configuration of the client connections I recommend introducing a separate thread pool for the ServerSocketReceiver and the AbstractServerSocketAppender (one for each).

The user should be able to configure the core and max pool size to his needs.

Project: logback
Priority: Major Major
Reporter: Sebastian Gröbler
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira