With the way Handler Caching works, if I have a different handler for different functions of my app will instances cache both handlers and "handle" both functions? Or will some instances handle one thing, and some instances handle another?
I am asking because I got to thinking that through better memory management I could speed up some of my requests if the instances were single purpose, but I didn't want go through the trouble of optimizing code if all instances handled all types of request. -- 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.
