[sqlalchemy] Re: problems with threadlocal strategy and ResultProxy

2007-04-10 Thread Michael Bayer
On Apr 10, 2007, at 7:44 AM, Manlio Perillo wrote: Yes. From the documentation it is not clear if this is allowed. the word threadlocal means that a resource is tied to the current thread. therefore, if you take resources which expect this behavior and then send them off to three

[sqlalchemy] Re: problems with threadlocal strategy and ResultProxy

2007-04-09 Thread Michael Bayer
id very much prefer a test case that isnt using Twisted since Ive no idea what twisted does with threads. it looks like the result proxy is being shared between threads (which i believe is an effect of the twisted reactor anyway?). if youre playing with threads to that degree the