On Wed, Aug 18, 2010 at 4:26 PM, Iain Duncan <iainduncanli...@gmail.com>wrote:
> Maybe some of this well help, I'm serving with paster serve --reload ( > though removing reload doesn't seem to help ). > > It definitely seems like paster and/or bfg are not keeping up for some > reason ( could be me! ). In my calendar app, a ton of static requests are > made very quickly to get all the bits of dojo. After that, the first request > to my regular bfg app always gets a server 500, even though the exact same > code triggered from the console after time has passed *always* works. > Further, putting in a really long timeout before the app initializes seems > to fix this, but it needs to be like 5 seconds. The request in question does > *not* depend on any thing that should be happening in that amount of time > though, it's just a simple json hit. > > Has anyone had experience with paster/bfg issues like this? Do I maybe need > to serve up all my js and css separately? > > FWIW, I can sit there and hit reload, and get totally different responses randomly, sometimes my bfg methods return what they are supposed to, and others I get the 500s. Could there be a connection with using resource directory overloads in the zcml? thanks Iain
_______________________________________________ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev