On Wed, Jun 01, 2011 at 10:39:42AM +0200, Gert Burger wrote: > Can one use SQLObject with multiprocessing? For example can one create > extra processes using the multiprocessing.Process using the 'inherited' > sqlobject environment to handle certain database queries?
I doubt it's possible to share an open connection between processes. In a different process you are to open a different connection and that would lead to problems with transactions. Perhaps its possible to open a different connection and run transaction-less queries. Oleg. -- Oleg Broytman http://phdru.name/ p...@phdru.name Programmers don't die, they just GOSUB without RETURN. ------------------------------------------------------------------------------ Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Data protection magic? Nope - It's vRanger. Get your free trial download today. http://p.sf.net/sfu/quest-sfdev2dev _______________________________________________ sqlobject-discuss mailing list sqlobject-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss