Re: Modperl with threads

2024-12-19 Thread Ed Sabol
On Dec 19, 2024, at 5:10 PM, Mithun Bhattacharya 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

Re: Modperl with threads

2024-12-19 Thread Mithun Bhattacharya
I think the bigger problem is that not all of the Perl modules are thread safe. Has DBI itself become thread safe or is it still a great area ? On Thu, Dec 19, 2024, 3:46 PM Ed Sabol wrote: > On Dec 19, 2024, at 12:47 PM, Bitfox wrote: > > Mod_perl doesn’t support threads, am I right? > > If y

Re: Modperl with threads

2024-12-19 Thread Ed Sabol
On Dec 19, 2024, at 12:47 PM, Bitfox wrote: > Mod_perl doesn’t support threads, am I right? If you mean mod_perl with ithreads and using the Apache mpm_event module, then that's incorrect, I think. Search the archives of this mailing list for posts by Joe Schaefer for some clues as to how. I h

Re: Modperl with threads

2024-12-19 Thread Ruben Safir
it has had thread for many years to my knowledge On Fri, Dec 20, 2024 at 01:47:12AM +0800, Bitfox wrote: > Mod_perl doesn’t support threads, am I right? > This may limit its capabilities from my view. > Any alternative stack? > > Thanks -- So many immigrant groups have swept through our town

Modperl with threads

2024-12-19 Thread Bitfox
Mod_perl doesn’t support threads, am I right? This may limit its capabilities from my view. Any alternative stack? Thanks