David Wheeler wrote:
On Tuesday, July 1, 2003, at 06:19  PM, Geoffrey Young wrote:

looks like setting $ENV{APACHE_TEST_ULIMIT_SET}=1 should do the trick.

optionally, you could locally override set_ulimit() from your TEST.PL

use Apache::TestRun;
local *Apache::TestRun::set_ulimit = sub {1};


Ah, well, I don't have a TEST.PL, so I won't worry about it. I was just wondering if there was a parameter to C<< Apache::TestRunPerl->generate_script >> or something that I could use.

ulimit setting is done to allow core files to be generated. It doesn't matter if your module is in pure Perl or not. Apache dumps core no matter what module you use. And Perl sometimes does too. So you probably don't really want to disable that feature.




__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com



Reply via email to