]
Manik Surtani updated ISPN-58:
------------------------------
Fix Version/s: 6.0.0.Final
(was: 5.1.0.BETA1)
(was: 5.1.0.Final)
Create a TaskQueueExecutorFactory and
TaskQueueScheduledExecutorFactory
-----------------------------------------------------------------------
Key: ISPN-58
URL:
https://issues.jboss.org/browse/ISPN-58
Project: Infinispan
Issue Type: Sub-task
Reporter: Manik Surtani
Assignee: Manik Surtani
Fix For: 6.0.0.Final
These executors will not spawn separate threads, but hook in to Google's TaskQueue
API
http://code.google.com/appengine/docs/java/taskqueue/overview.html
This will enable Infinispan to run without spawning any additional threads, thereby
enabling it to run on Google's App Engine runtime.
Will need to expose a URI (/taskqueueexecutor ?) which is invoked to process arbitrary
Callable/Runnables. May need to use the DataStore to store the actual Callable/Runnable,
and pass the taskqueueexecutor the key of the stored object.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: