Re: Modperl with threads
Ed Sabol <[email protected]> Thu, 19 Dec 2024 18:14:50 -0500
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
On Dec 19, 2024, at 5:10 PM, Mithun Bhattacharya <[email protected]> = wrote: > Has DBI itself become thread safe or is it still a great area ? AFAIK, as long as each thread instantiates it's own handle, it should = work. I don't believe you can share the same DBI handle between multiple = threads. Regards, Ed