[appengine-java] Re: Slowing down local datastore

2009-10-27 Thread Jason (Google)
At present, no, although this is something that should be possible once the SDK for Java is open source. - Jason On Sun, Oct 25, 2009 at 9:15 AM, WSouza willmso...@gmail.com wrote: Hello, Is it possible to slow down the local datastore? So it matches more the performance of the appengine?

[appengine-java] Re: Slowing down local datastore

2009-10-27 Thread Toby Reyelts
Actually, if you're willing to implement your own ApiProxy.Delegate, you can make it slow down datastore ops as you please. Here'shttp://blog.appenginefan.com/2009/10/hooking-into-java-app-engine.htmlan example of using ApiProxy.Delegate. The presentation Java App Engine presentation at Google IO