[web2py] Re: concurrency, web2py, and GAE

2014-08-27 Thread Richard Penman
Was this threading problem resolved? On Saturday, August 18, 2012 7:15:37 AM UTC+2, Massimo Di Pierro wrote: > > I am pretty sure web2py does not put those variables in global namespace > but there is some extra logic for GAE that was written with some stronger > assumptions. Will take a look.

[web2py] Re: concurrency, web2py, and GAE

2012-08-17 Thread Massimo Di Pierro
I am pretty sure web2py does not put those variables in global namespace but there is some extra logic for GAE that was written with some stronger assumptions. Will take a look. On Tuesday, 21 February 2012 14:54:31 UTC-6, howesc wrote: > > Hello all, > > a question about web2py and concurrent

[web2py] Re: concurrency, web2py, and GAE

2012-02-23 Thread Wikus van de Merwe
You're probably right, access to global variables in mulithreading environment requires extra care. You might find reading this helpful: http://blog.notdot.net/2011/10/Migrating-to-Python-2-7-part-1-Threadsafe