[infinispan-issues] [JBoss JIRA] Created: (ISPN-330) Separate scheduled/unscheduled async cache store configuration

Galder Zamarreno (JIRA) jira-events at lists.jboss.org
Thu Jan 14 07:40:30 EST 2010


Separate scheduled/unscheduled async cache store configuration
--------------------------------------------------------------

                 Key: ISPN-330
                 URL: https://jira.jboss.org/jira/browse/ISPN-330
             Project: Infinispan
          Issue Type: Sub-task
          Components: Configuration, Loaders and Stores
            Reporter: Galder Zamarreno
            Assignee: Galder Zamarreno
             Fix For: 4.1.0.BETA1


Implement configuration that allows differentiation between scheduled/unscheduled strategies:

<async enabled="true">
   <scheduled frequency="1000" />
 </async>
 
 <async enabled="true">
   <unscheduled poolsize="50" />
 </async>
 
This format allows for easier extension of properties in scheduled/unscheduled modes. 

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

        


More information about the infinispan-issues mailing list