I start to get same processing time close to 8-second. Don't know how much is due to writing to storage.
A way to improve similar to httpmr is to set a timer to break jobs. However, transactions cannot be broken. Also,if the state machine of a request handler is a little complicated, then all these partial states have to be written(more writing time), or send back to client(more round tip time and complicated client design). Could a master handler exit after triggering several sub-requests to other handlers, and let these handlers return the results directly to clients, so clients can be transparent to what happen on server-side ? I don't know how AppEngine is running, so don't know if such a way is feasible or not. Hope to learn from this group. Scott --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
