PiRSquared17 / app-engine-patch

Automatically exported from code.google.com/p/app-engine-patch
0 stars 0 forks source link

Avoiding importing Django.zip #240

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Our app is timing out too many times with DeadlineExceededError.  It is
usually caused by the importing of Django.zip.  I would like to dump the
Django.zip and just use app engine's use-library version.  The problem is
that you've essentially created your own version of Django.

Can we get a version of AEP where you use the standard Django, and just add
on to it?  After loading the regular Django, can we load your patches?

Your efforts are really appreciated.  But I am wondering if AEP is
outdated, as there have been no responses to issues for quite some time. 
Or, maybe you are too busy working on this fix.  Either way, a reply would
be greatly appreciated.

Thank you.

Original issue reported on code.google.com by ken...@gmail.com on 10 Nov 2009 at 1:09

GoogleCodeExporter commented 9 years ago
Maybe you could use the following technique to keep Django loaded all the time. 
I 
haven't tried yet, but if you do, let me know how it worked for you.

http://appengine-cookbook.appspot.com/recipe/hot-handler/?
id=ahJhcHBlbmdpbmUtY29va2Jvb2tyjwELEgtSZWNpcGVJbmRleCI4YWhKaGNIQmxibWRwYm1VdFkyO
XZhMkp2
YjJ0eUZBc1NDRU5oZEdWbmIzSjVJZ1pRZVhSb2IyNE0MCxIGUmVjaXBlIjphaEpoY0hCbGJtZHBibVV0
WTI5dmE
ySnZiMnR5RkFzU0NFTmhkR1ZuYjNKNUlnWlFlWFJvYjI0TTIwDA

Original comment by sebastie...@gmail.com on 18 Nov 2009 at 2:21

GoogleCodeExporter commented 9 years ago
it worked for me! thx for the tip.

Original comment by a.schmi...@gmail.com on 27 Jan 2010 at 7:42