in reply to ?Thread safe DBI? any updates?
I am looking at doing a threaded Producer /Consumer system, feeding into a PostgreSQL database.
The simple, conservative rule here is only have one thread accessing the database. This is pretty much guaranteed to work okay.
From experience, I can tell you that DBD::PgPP works fine from multiple threads. By hearsay, I believe that DBD::Pg is also threadsafe.
|
---|