[jboss-jira] [JBoss JIRA] Updated: (JBCACHE-1268) Allow pluggable ExecutorService for eviction events
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Thu Jun 12 10:17:34 EDT 2008
[ http://jira.jboss.com/jira/browse/JBCACHE-1268?page=all ]
Manik Surtani updated JBCACHE-1268:
-----------------------------------
Summary: Allow pluggable ExecutorService for eviction events (was: Allow disabling of eviction thread)
Affects: [Documentation (Ref Guide, User Guide, etc.), Compatibility/Configuration]
Complexity: Medium
Allow for a pluggable ExecutorService for eviction events. This would default to a single threaded FixedSizeExecutorService, or allow external frameworks to provide either a façade to an existing thread pool, be able to manage thread prios, use > 1 eviction thread, etc.
> Allow pluggable ExecutorService for eviction events
> ---------------------------------------------------
>
> Key: JBCACHE-1268
> URL: http://jira.jboss.com/jira/browse/JBCACHE-1268
> Project: JBoss Cache
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Eviction
> Reporter: Brian Stansberry
> Assigned To: Brian Stansberry
> Priority: Minor
> Fix For: 3.0.0
>
>
> The eviction thread is just a convenience; it doesn't do anything that a thread managed by the application couldn't do. But, right now if you want to configure eviction you can't turn this thread off. We should support disabling the eviction thread by setting wakeupIntervalSeconds to 0.
--
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