Hi!
On Tue, Apr 09, 2024 at 10:09:44AM -0700, Nitin Chauhan <nit...@gm...> wrote:
> Can you please let me know how I can make multiple separate MySQL sqlobject
> connections work with each process in a multiprocessing pool?
I do not understand the question. Every process just opens a new
connection. Starts a transaction, performs operation(s), commits, closes
the transaction. Before exit closes the connection.
Oleg.
--
Oleg Broytman https://phdru.name/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.
|