[jboss-jira] [JBoss JIRA] Updated: (JGRP-277) Threadpool for timer (TimeScheduler) --> ScheduledExecutorService (JDK 5)

Bela Ban (JIRA) jira-events at jboss.com
Sun Dec 3 06:42:55 EST 2006


     [ http://jira.jboss.com/jira/browse/JGRP-277?page=all ]

Bela Ban updated JGRP-277:
--------------------------

        Summary: Threadpool for timer (TimeScheduler) --> ScheduledExecutorService (JDK 5)  (was: Threadpool for timer (TimeScheduler))
    Description: 
Current, TimeScheduler is single threaded; long running tasks delay the execution of other tasks. Introduce a thread pool and let the user configure it: e.g. single-threaded, max of 5 threads etc

Use ScheduledExecutorService (e.g. ScheduledThreadPoolService) in JDK 5.

  was:Current, TimeScheduler is single threaded; long running tasks delay the execution of other tasks. Introduce a thread pool and let the user configure it: e.g. single-threaded, max of 5 threads etc


> Threadpool for timer (TimeScheduler) --> ScheduledExecutorService (JDK 5)
> -------------------------------------------------------------------------
>
>                 Key: JGRP-277
>                 URL: http://jira.jboss.com/jira/browse/JGRP-277
>             Project: JGroups
>          Issue Type: Feature Request
>    Affects Versions: 2.4, 2.3 SP1
>            Reporter: Bela Ban
>         Assigned To: Bela Ban
>             Fix For: 2.5
>
>
> Current, TimeScheduler is single threaded; long running tasks delay the execution of other tasks. Introduce a thread pool and let the user configure it: e.g. single-threaded, max of 5 threads etc
> Use ScheduledExecutorService (e.g. ScheduledThreadPoolService) in JDK 5.

-- 
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