Re: [web2py] weird errors about not finding classes / objects when multiple simultaneous requests from different browsers/sessions.

2011-08-15 Thread Carlos
Hi, I will provide more information in order to reproduce the problem, as soon as I can. But I just want to make sure: are the environments created by web2py fully independent in every single web request (even with multiple concurrent requests) ?. If anybody has more information or has experi

Re: [web2py] weird errors about not finding classes / objects when multiple simultaneous requests from different browsers/sessions.

2011-08-15 Thread Marin Pranjic
It should not be an issue with mixing environments. Can you provide more information? Marin On Mon, Aug 15, 2011 at 6:27 PM, Carlos wrote: > Hi, > > I'm having some weird errors about web2py/python not finding classes / > objects in my models when multiple simultaneous requests come from diffe

[web2py] weird errors about not finding classes / objects when multiple simultaneous requests from different browsers/sessions.

2011-08-15 Thread Carlos
Hi, I'm having some weird errors about web2py/python not finding classes / objects in my models when multiple simultaneous requests come from different browsers/sessions. I'm still running locally (not in production), using the latest web2y trunk on windows 7 with postgresql and rocket. My mo