Actually, if you're willing to implement your own ApiProxy.Delegate, you can make it slow down datastore ops as you please. Here's<http://blog.appenginefan.com/2009/10/hooking-into-java-app-engine.html>an example of using ApiProxy.Delegate. The presentation Java App Engine presentation at Google IO also has an example.
On Tue, Oct 27, 2009 at 3:09 PM, Jason (Google) <[email protected]> wrote: > 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 <[email protected]> wrote: > >> >> Hello, >> >> Is it possible to slow down the local datastore? So it matches more >> the performance of the appengine? It would be awesome to add a short >> delay on each call to the datastore, so the local debugging/profiling >> feels more like the production environment. >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ 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 [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-java?hl=en -~----------~----~----~----~------~----~------~--~---
