10 seconds is the limit from what I read. I use a task for anything that 
takes over 10 seconds. 

Setup a servlet to init the task. The task then will start your methods, 
then you have up to 10 minutes to do the task before starting another task. 
You can use another rpc call to watch for the task completing before getting 
what you need, although you'll need to pass some stuff to JDO store to do 
this, which is another topic.

Brandon Donnelson
http://gwt-examples.googlecode.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-java@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