Re: [DBI] msvcrt.dll issues when running in an XP environment

2010-09-02 Thread Jacek Pasternak
Try setting in httpd.conf: PerlInterpStart 1 PerlInterpMax 1 PerlInterpMinSpare 1 PerlInterpMaxSpare 1 Jacek - Original Message - From: Andrew McLaren To: modperl@perl.apache.org Sent: Friday, September 03, 2010 4:33 AM Subject: [DBI] msvcrt.dll issues when running in an XP e

Re: Strawberry perl + mod_perl (call for testers)

2010-07-13 Thread Jacek Pasternak
I'm using mod_perl 2 with ActivePerl for development. It works fine with one exception: I have to set in my httpd.conf: PerlInterpStart 1 PerlInterpMax 1 PerlInterpMinSpare 1 PerlInterpMaxSpare 1 In other words I'm not able to make any use of more than 1 core, which is not bad for development, b

mod_perl and Filter-Crypto

2009-09-16 Thread Jacek Pasternak
l 5.8.8 and Apache 2.2.8 under Windows. Regards, Jacek Pasternak