Re: HTTP and MPM support

2019-01-29 Thread John Deighan
We also use threads without any problem in production. Main use is sharing caches so that multiple mod_perl interpreters don'teach store the same cached information. Following a few simple and documented rules, we've had no issues with using threads. On Mon, Jan 28, 2019 at 6:18 PM Mark Blackman

Re: experiencing Out of memory errors

2011-01-27 Thread John Deighan
I'd forgotten about Strawberry Perl (came across it about a year ago, but never got around to trying it). One question, though: I'm thinking there's not much point to using a 64-bit version of mod_perl unless I'm using it with a 64-bit version of Apache. Where can I get a 64-bit version of Apache

experiencing Out of memory errors

2011-01-26 Thread John Deighan
We have an Apache/mod_perl application running under Windows Server 2003 that periodically experiences "Out of memory" errors (they appear in the Apache error logs) which forces Apache to restart. Our application does, in fact, use a lot of memory, and we believe that this is not due to a bug or m