session module

2010-10-28 Thread Jeff Pang
is Apache::Session or CGI::Session better for mod_perl? Thanks.

Re: mod_perl "instability" on Ubuntu 10.04 server platform

2010-10-28 Thread Max Kanat-Alexander
On 10/28/2010 03:22 AM, Vanja Hrustic wrote: > So, I just made 1 million requests to a Debian box, and had no > problems and no failed requests. Are both the Debian and the Ubuntu box using a worker MPM, or is one of them using prefork and the other using worker? -Max -- http://w

Re: mod_perl "instability" on Ubuntu 10.04 server platform

2010-10-28 Thread Dave Hodgkinson
On 28 Oct 2010, at 12:49, Vanja Hrustic wrote: > > Unfortunately, it seems like I'd have to dig deep into Apache or > mod_perl to hunt this down, and I do not have knowledge (nor > 'intuition' :) to do this without some guidance. I have a basic mistrust of shipped packages. I'm in the process of

Re: mod_perl "instability" on Ubuntu 10.04 server platform

2010-10-28 Thread Vanja Hrustic
Tried on physical boxes on same LAN (Gigabit switch), virtual machines (issuing requests from the same box where VBox is running - so no switches involved, and also from other box on LAN), tried on colocated boxes (those are Ubuntu - was issuing requests from one dedicated server to another), etc.

Re: mod_perl "instability" on Ubuntu 10.04 server platform

2010-10-28 Thread Cosimo Streppone
On Thu, 28 Oct 2010 12:22:05 +0200, Vanja Hrustic wrote: No matter what changes I made to the app, it was still failing. I pretty much ended up returning from the application immediately after invocation, but I would still end up with failed requests. Are the Debian 5 and Ubuntu 10.04 serve

mod_perl "instability" on Ubuntu 10.04 server platform

2010-10-28 Thread Vanja Hrustic
Hello. Not sure if this issue is related to mod_perl itself, but I wanted to post it and see if anyone might have some ideas (since it does, indeed, affect mod_perl :). Also, if it turns out there is an issue on Ubuntu 10.04, people might want to know about it and not deploy it. I have been workin