Re: [ZODB-Dev] Multithread app with ZODB

2010-06-08 Thread Alberto Casado Martín
Sorry again , think i didn't confirm the inscription before sending the mail... :) 2010/6/8 Alberto Casado > > > I forgot one step in the code, sorry. > > > El 08/06/2010, a las 02:08, Alberto Casado escribió: > > Hi all > I don't know if this is the list where I have to ask, if isn't it, sorry

Re: [ZODB-Dev] Multithread app with ZODB

2010-06-08 Thread Jim Fulton
It's hard to follow what you're doing. It might help if you posted *your* code, rather than the ZODB code. But first, I suspect, as you do, that the C++ threads aren't playing nice with the Python per-thread transaction management. I suggest giving each connection it's own transaction manager: