Thanks for the reply Oleg, Can you please let me know how I can make multiple separate MySQL sqlobject connections work with each process in a multiprocessing pool?
On Tue, Apr 2, 2024 at 10:10 AM Oleg Broytman <p...@phdru.name> wrote: > Hello! > > On Tue, Apr 02, 2024 at 09:37:51AM -0700, Nitin Chauhan < > nitin.chauhan....@gmail.com> 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/ p...@phdru.name > Programmers don't die, they just GOSUB without RETURN. > > > _______________________________________________ > sqlobject-discuss mailing list > sqlobject-discuss@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss >
_______________________________________________ sqlobject-discuss mailing list sqlobject-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss