Hi Vik,

Tasks scheduled via cron.xml is the way I would go:
http://code.google.com/appengine/docs/java/config/cron.html

I would schedule a task every minute, make a query on the deadline for
donors and then do what has to be done.

didier

On Oct 24, 7:11 pm, Vik <vik....@gmail.com> wrote:
> Hie Guys
>
> Our application manages a list of blood donors. Time to time these blood
> donors are unreachable so the administrators can mark such blood donors as
> inactive.
>
> However, these blood donors should be active again after 1 day
> automatically. How should we achieve this? ?In regular J2EE apis we can
> write scheduler classes to do the same.
> What is the option in GAE? Are there any limitations?
>
> I went through a bit and feel like task queues are the way. But I am not
> sure? If yes then for above scenario how should it be done?
>
> Thankx and Regards
>
> Vik
> Founderwww.sakshum.comwww.sakshum.blogspot.com

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to