[ZODB-Dev] how to get root obj from a new transaction?

2012-05-02 Thread Claudiu Saftoiu
Hey all, I'm using a thread to do some server-side work. The thread will be asked by different requests to do the same thing at the same time, so I want the thread to do all the work once and return the data to the requests. The problem is that the requests each have their own transaction and the

Re: [ZODB-Dev] how to get root obj from a new transaction?

2012-05-02 Thread Marius Gedminas
On Wed, May 02, 2012 at 12:49:32PM -0400, Claudiu Saftoiu wrote: > I'm using a thread to do some server-side work. The thread will be > asked by different requests to do the same thing at the same time, so > I want the thread to do all the work once and return the data to the > requests. The proble