[appengine-java] JAVA mutli-threading - Dispatch vs Delay criteria for requests

2012-03-13 Thread n3phele
Folks/GAE Gurus.. Quick question .. with multi-threading for Java instances .. how many concurrent threads will a 600 Mhz instance run. Do you have any idea on the criteria to dispatch a request as a new thread versus hold off and potentially spawn a new instance? All the best \n -- You recei

[appengine-java] datastore

2012-03-13 Thread chhavi tyagi
plz give me a very simple example to save a name in datastore. like u have a text box in index.html and a button and wen u click on the button name gets saved on datastore. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view

[appengine-java] Single Pattern in java tutorial

2012-03-13 Thread dav aks
The design of Singleton class should ensure the following 1. the class is instantiated only once and further requests to the class to create instance are forced to return a reference to the existing one and only object. 2. the instantiation of the class can be delayed until it is actually need

[appengine-java] ConcurrentModificationException documentation ambiguity

2012-03-13 Thread Sergey Chunayev
The latest documentation here http://code.google.com/appengine/docs/java/datastore/transactions.html states: "If your app receives an exception when submitting a transaction, it does not always mean that the transaction failed. You can receive DatastoreTimeoutException, ConcurrentModificationEx

[appengine-java] Re: Intermittent Datastore query exception: com.google.apphosting.api.ApiProxy$ApiDeadlineExceededException using task queues on a backend

2012-03-13 Thread Rui
Hello, Did you solve this problem? I'm precisely with the same error. Thanks for any help. Sincerely Rui -- 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