This shouldn't increase your number of instances in most cases. The threading will mean that you prioritize the other threads by putting wait states in for the less important ones. There is some overhead, but not much.
And if you only insert small waits through out the app, you just give the other threads a chance to run 10ms becomes a minimum time to wait, and if you put it each 3rd of the way through your code, you add 30ms minimum to a low priority user, and you guarantee that your high priority user gets opportunities to barrel through. -- 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.
