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
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
l 5.8.8 and Apache 2.2.8 under Windows.
Regards,
Jacek Pasternak