[jboss-jira] [JBoss JIRA] Created: (JBAS-5583) Review timer.max_threads configs in JGroups protocol stacks
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Wed Jun 4 11:01:30 EDT 2008
Review timer.max_threads configs in JGroups protocol stacks
-----------------------------------------------------------
Key: JBAS-5583
URL: http://jira.jboss.com/jira/browse/JBAS-5583
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Clustering
Reporter: Brian Stansberry
Assigned To: Brian Stansberry
Fix For: JBossAS-5.0.0.CR2
Per Bela:
I assume you are aware of the fact that we don't use the *jgroups.timer.num_threads* system property to configure the number of timer threads. Instead, property "timer.num_threads" is configured per instance of TP. Of course, in a shared transport, there's only 1 timer thread pool (as discussed in 5.5 http://www.jgroups.org/javagroupsnew/docs/manual/html/user-advanced.html#d0e2680), but you probably need to increase the default of 4 in case we have a shared transport with multiple channels on top of it. N * 4 would be a simple approach, where N is the max number of channels you have in AS. However, since not all channels are high-perf, you want to find tune this value, possibly to a lower number.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list