Re: More noob problems

2006-06-19 Thread Foo Ji-Haw
Ever considered using ActivePerl instead? It's rather well supported. Rob Allen wrote: Still having newbie troubles with IndigoPerl. It all installed correctly and the service is up and running. I can start/stop Apache consistently with no troubles. There are no errors reported in the error

something is wrong. no differences with MP2

2006-06-19 Thread Matthew
Hey gang, We are finally ready to move to our mod_perl2 handler. I just finished running some tests against our old CGI (no PerlRun, no Registry, just plain jane CGI). The results were basically the same. I did 500 requests, 2 concurents, and both scripts took about the same time. How

Re: Releasing an independent Apache::SizeLimit to CPAN?

2006-06-19 Thread Dave Rolsky
On Sat, 17 Jun 2006, Perrin Harkins wrote: For the record, I'm thrilled to have Dave's help with this module. I was doing most of the work on it in the past, but have not been keeping up with it. I kind of lost my zeal for it when we discovered how wrong the copy-on-write sharing numbers wer

Re: More noob problems

2006-06-19 Thread Jonathan Vanasco
On Jun 19, 2006, at 12:41 PM, Rob Allen wrote: Apache is sucking up 90-95% of my CPU pretty consistently, and when I make a request (http://localhost...) including trying to run PerlConsole, it hangs. No error message, no 404 Page Not Found, nothing. It just hangs and sucks CPU cycles

Re: More noob problems

2006-06-19 Thread Randy Kobes
On Mon, 19 Jun 2006, Rob Allen wrote: Still having newbie troubles with IndigoPerl. It all installed correctly and the service is up and running. I can start/stop Apache consistently with no troubles. There are no errors reported in the error log. BUT... Apache is sucking up 90-95% of my

More noob problems

2006-06-19 Thread Rob Allen
Still having newbie troubles with IndigoPerl.  It all installed correctly and the service is up and running.  I can start/stop Apache consistently with no troubles.  There are no errors reported in the error log.   BUT...   Apache is sucking up 90-95% of my CPU pretty consistently, and when I

Re: [mp2] accessing variables set via SetEnv?

2006-06-19 Thread Srebrenko Sehic
On 6/19/06, Srebrenko Sehic <[EMAIL PROTECTED]> wrote: If there any way to access and change a variable set via normal Apache "SetEnv myvar 1"? I've got some other Apache modules that do stuff depending on the value and I want to control that behaviour from mod_perl. Something like $r->dir_conf

[mp2] accessing variables set via SetEnv?

2006-06-19 Thread Srebrenko Sehic
If there any way to access and change a variable set via normal Apache "SetEnv myvar 1"? I've got some other Apache modules that do stuff depending on the value and I want to control that behaviour from mod_perl. Something like $r->dir_config("myvar"), but that also works on variables set by othe