in reply to Re^3: Perl and Threading
in thread Perl and Threading

DBI is in use. Each thread has it's own local prepared statements for insert/update for the data its processing. eg: have tried to handle everything as each thread having it's own local information/variables/etc. and not shared across threads, per se.

Replies are listed 'Best First'.
Re^5: Perl and Threading
by choroba (Cardinal) on Nov 06, 2023 at 17:31 UTC
      No, the DB handle is not "shared".