On Wed, Oct 14, 2009 at 8:57 AM, reco <[email protected]> wrote: > > I am experimenting with pylons on GAE 1.2.5 following this > documentation: > > http://wiki.pylonshq.com/pages/viewpage.action?pageId=17465426 >
I wrote that; I also wouldn't follow it at this point ;-) Sorry; it DOES work, but another fellow and I are experimenting with BETTER ways to get it running. Read the threads here in the mailing list archives, and please participate if you can. Right now, I have an app running locally with storage support and the pylons debugger. Still can't do "paster controller" but I can live without that. > It takes a long time (from 5 to 10 sec) to serve the first request if > the instance is not hot. > Is some body else experiencing this the problem? > Yeah, I noticed that too. I can't explain it, but if you Google for it, you'll see others complaining. My guess is that the AppEngine infrastructure clears your app out of The Memory of The Google when it hasn't been used. Once it's used, it comes up instantly (the second time). I've noticed this also if I come back in a few hours (nobody else has hit my testing app, so I bet it gets garbage collected). Not sure what we can do about it. Perhaps if it's running some long-running tasks? I have to admit, as much as the high-availability of GAE is attractive, if hits are going to take 10s to come back, that's a pretty big negative. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
