Re: [BENCHMARK] Server Resources

2005-01-14 Thread Kyle Dawkins
Hey there It strikes me that your problem is directly related to memory usage. Linux machines have a bad problem in that if your apache children get swapped out ->for any reason at all<-, they will lose any shared memory that they may have had before being swapped out. When they are swapped b

Re: [mp2] CGI.pm param's always empty from only some clients (bug or mistake on my part?)

2003-10-30 Thread Kyle Dawkins
ls to get parameters from CGI.pm with a few methods of my own. To get around the weirdness, I just replaced the instance of CGI.pm with an instance of Apache::Request, and everything started working again. Not sure if this helps, but maybe it'll get you on the right track. Cheers Kyle Dawkins Central Park Software

Re: Swapping

2003-10-13 Thread Kyle Dawkins
7;s happening to you. There's no recovery from that unless you can stop apache; only other solution is to reboot. If that's the case, you might as well be using Windows XP. Hope this helps Kyle Dawkins Central Park Software On Monday, Oct 13, 2003, at 05:34 US/Pacific, Mike Norton wr

Re: Off Topic: mod_perl reverse proxy setup and extracting client's original IP

2003-09-25 Thread Kyle Dawkins
Ahh hahaha OK, posted too soon. Should have read it more carefully. Sorry to post a solution to a problem you don't have. :-) Kyle Dawkins Central Park Software On Thursday, Sep 25, 2003, at 15:05 US/Pacific, Kyle Dawkins wrote: Hi there I have the same setup. Just put in a rewrite ru

Re: Off Topic: mod_perl reverse proxy setup and extracting client's original IP

2003-09-25 Thread Kyle Dawkins
_client_ip from the query string using whichever way you like. Cheers Kyle Dawkins Central Park Software On Thursday, Sep 25, 2003, at 13:15 US/Pacific, Haroon Rafique wrote: Hi, I have a slightly off topic inquiry. I've googled/RTFMed. I run mod_perl in a reverse proxy setup. Light apache i