Hi,
I am trying to implement a feed reader of my own using google app
engine.
Now, I dont want to parse the feed xml each time I get a request.
So there should be some kind of caching of feeds.

For caching, I am using the JDO persistencemanager.

But I am facing problem, trying to refresh the cache at certain
intervals. I tried with Quartz scheduler and also with Java timer.
But as appengine doesn't allow users to spawn threads, both the ways
failed.

Could anybody please give me some hint, on how to schedule the feed
caching activity.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to