[jboss-jira] [JBoss JIRA] Closed: (JBREM-342) Thread usage for timers and lease functionality
David Lloyd (JIRA)
jira-events at lists.jboss.org
Wed Sep 26 05:31:19 EDT 2007
[ http://jira.jboss.com/jira/browse/JBREM-342?page=all ]
David Lloyd closed JBREM-342.
-----------------------------
> Thread usage for timers and lease functionality
> -----------------------------------------------
>
> Key: JBREM-342
> URL: http://jira.jboss.com/jira/browse/JBREM-342
> Project: JBoss Remoting
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Reporter: Tim Fox
> Assigned To: Tom Elrod
> Priority: Critical
> Fix For: 1.4.1 final
>
>
> Pingers and client leases are implemented using a java.util.Timer instance for each Pinger/Lease.
> Each timer owns it's own thread meaning we will have at least one thread per connection on both the client and server side.
> This does not scale and will prevent JBossMessaging from handling thousands of connections.
> JBossMQ had similar issues with too many threads and is not something we want to copy in jboss messaging.
> http://www.jboss.com/index.html?module=bb&op=viewtopic&t=79144
--
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