Hey Brandon, Last time I tested, it looked like all instances handle all requests. But if you have some requests that are vastly more common than others you can still use that technique. Or if you've got some very rare but heavy requests it works well too.
This might be an interesting scheduler optimization though. Robert On Mon, May 16, 2011 at 20:53, Brandon Wirtz <drak...@digerat.com> wrote: > 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 google-appengine@googlegroups.com. > To unsubscribe from this group, send email to > google-appengine+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.