Re: [SQLObject] SQLObject and Multiprocessing

2011-06-01 Thread Oleg Broytman
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 sh

[SQLObject] SQLObject and Multiprocessing

2011-06-01 Thread Gert Burger
Hi 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? Regards Gert Burger