[ http://issues.apache.org/jira/browse/JAMES-321?page=all ]
     
Vincenzo Gianferrari Pini resolved JAMES-321:
---------------------------------------------

      Assign To: Vincenzo Gianferrari Pini
     Resolution: Fixed
    Fix Version: 2.2.1

> Comments on configuri
> ---------------------
>
>          Key: JAMES-321
>          URL: http://issues.apache.org/jira/browse/JAMES-321
>      Project: James
>         Type: Improvement
>   Components: Documentation
>     Versions: 2.2.0
>     Reporter: Hes Siemelink
>     Assignee: Vincenzo Gianferrari Pini
>     Priority: Minor
>      Fix For: 2.2.1

>
> In the james-config.file in the section Connection Manager Block, there is a 
> comment about configuring the max-connections parameter. It suggests that 
> setting it to 0 means unlimited connections.
> In practice however, it turns out that setting the value to 0 effectively 
> creates a maximum of 1 connection. 
> (Due to the use of the HardResourceLimiting thread pool by the 
> ServerConnection class, which defaults to a size of 1 if a size of 0 is 
> specified.)
> I would suggest to remove the comment in question to prevent confusion.
>   <!-- The Connection Manager block -->
> ...
>    <!-- The max-connections parameter specifies the default maximum number of 
> client -->
>    <!-- connections that this connection manager will allow per managed 
> server socket. -->
>    <!-- This value can be overridden by each individual service. -->
>    <!-- If no value is specified, the value defaults to 30. -->
>    <!-- A value of 0 means that there is no limit imposed by the connection 
> manager, although -->
>    <!-- resource limitations imposed by other components (i.e. max # of 
> threads) may -->
>    <!-- serve to limit the number of open connections. -->
>    <!-- -->
>    <connections>
>       <idle-timeout>300000</idle-timeout>
>       <max-connections>30</max-connections>
>    </connections>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to