Re: SQLobject doesn't work in multiprocessing

Oleg Broytman <[email protected]> Tue, 2 Apr 2024 20:10:16 +0300
Newsgroups gmane.comp.python.sqlobject
Message-ID <[email protected]>
Hello!

On Tue, Apr 02, 2024 at 09:37:51AM -0700, Nitin Chauhan <[email protected]> wrote:
> Can anyone please share if SQLObject even supports multiprocessing pools?

   I'm sure it doesn't. Every process must open its own connection(s).
For many backends even every thread must open per-thread connection.

> Best Regards,
> Nitin Chauhan

Oleg.
-- 
    Oleg Broytman            https://phdru.name/            [email protected]
           Programmers don't die, they just GOSUB without RETURN.