Hi PubliusX,

On Tue, Aug 25, 2009 at 8:38 PM, PubliusX <arjun.va...@gmail.com> wrote:

>
> Hey, thanks.. but I figured out the problem.  Apparently if there are
> too many requesthandlers (referenced in the handler script), then
> appengine doesn't cache the handler script.. At least thats what I
> think.. because I reduced the number by removing an arbitrary 5-6
> classes and its back to the old time.


That's definitely not the case. App Engine doesn't even know how many
RequestHandlers you're using, or even check what framework you're using. You
were probably just getting a new instance on each request.

-Nick Johnson


>
> >
>


-- 
Nick Johnson, Developer Programs Engineer, App Engine

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to