On Sat, Oct 24, 2009 at 11:40 AM, johntray <john.tur...@gmail.com> wrote:
>
> Is the current thinking that the biggest startup delay is due to
> module imports for Django? My app has 3 distinct parts, only 1 of
> which uses Django or any templating. Right now I use a single main()
> function for all 3 parts, but would the other 2 parts have better cold-
> start times if I partitioned them into a separate handler script that
> didn't import any Django stuff?

Isn't there a python program that can take a python library and
resolve everything about it down to a single file?  It would be a
bloody massive file, but would load tremendously faster then a ton of
smaller ones...

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