[appengine-java] deleting all entries in datastore

2010-01-22 Thread mete
you. Mete -- 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...@google

[appengine-java] Re: deleting all entries in datastore

2010-01-22 Thread mete
Yes it would be very nice to have GUI support for this. I will try the code John thank you. Mete On Jan 22, 8:47 pm, Locke wrote: > It would be good to have the ability to do this from within the GUI. > Other database management tools have "empty table" options, so a > "

[appengine-java] task cancel, task insert, url fetch delay, servlet context listener

2010-01-23 Thread mete
ServletContextListener.contextDestroyed is not called, is it right ? Also, I experience some contextInitialized calls for same application (lets say 10 per day). Why is it ? Is it because the application is transferred into another appserver and initialized there ? Thanks. Mete -- You received this message

[appengine-java] Re: task cancel, task insert, url fetch delay, servlet context listener

2010-01-23 Thread mete
per request (I guess as expected from the appengine.) Mete On Jan 23, 5:06 pm, John Patterson wrote: > have you tried removing the queue.xml entry and updating? > > Yes, apps are reloaded frequently and every time your listener will be   > called. > > On 23 Jan 2010, at

[appengine-java] Re: is google app engine a real-time cloud?

2010-02-02 Thread mete
Hello Enrique, You have said that it is possible to hit 2 different datacenters. I believe appengine has a single primary dc and other one is just a passive failover. Am I wrong on this ? Does appengine have multiple active dcs ? Thanks. Mete On Feb 3, 5:47 am, Enrique Perez wrote: > Ok, s