I think Charlie is referring to the newly released Task Queue API: http://googleappengine.blogspot.com/2009/06/new-task-queue-api-on-google-app-engine.html
Unfortunately for you, this is Python only at the moment. I would think you will see it in the Java version soon. On Jun 20, 3:56 pm, Dominik Steiner <[email protected]> wrote: > Thanks Charlie for the fast reply, > > here is the link to the Compass forum post > > http://forum.compass-project.org/forum.jspa?forumID=37 > > I will have a look in the Task Queue Api and write back to that forum > if it helped. > > Dominik > > P.S. just to clarify, with Task Queue you mean the java.util.TaskQueue > class? > > On 20 Jun., 05:08, Charlie <[email protected]> wrote: > > > > > Your link to the Compass forum is broken for me. Not that I know > > anything really about Compass, anyways. > > > You will have to figure out a way to rebuild the indexes > > incrementally. > > > I would suggest looking at the new Task Queue api. It seems > > appropriate for something like this -- rebuild a bit of the indexes, > > then post a new task to rebuild some more, etc. > > > On Jun 19, 10:57 pm, Dominik Steiner > > > <[email protected]> wrote: > > > Hi there, > > > > I have made my first steps with GAE on Java and it had been a pleasure > > > to develop with the eclipse plugin for GWT and GAE. As the JDO query > > > implementation of GAE is quite reduced, I used the Compass framework > > > to work around that and it looked like it could get my app going. > > > > But as you can read in the following forum post > > > >http://forum.compass-project.org/thread.jspa?messageID=298249 > > > > I have run into problems that my data in the GAE database and the > > > Compass cache is running out of sync. The solution from Compass side > > > to trigger an indexing of the Compass cache is failing because that > > > operation is taking more than 30 seconds and thus is throwing an > > > error. > > > > So my questions are: have others run into the same problem and could > > > fix it? what would be a workaround of the 30 second limit? > > > > I really would love to see my app running on GAE, but right now that > > > problem is killing it. > > > > Anybody with some hints or ideas? > > > > Thanks > > > > Dominik --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en -~----------~----~----~----~------~----~------~--~---
