"Free to wrong pool" error in Apache logs under high load

2008-10-09 Thread Scott Tomilson
Hi all, Apologies if this isn't the right forum, but I am not sure where to turn to... I have mod_perl 2.0.4 installed with ActivePerl 5.10.0 under Apache 2.2.9 running on Windows 2003 Server SP1. I have a very simple PerlResponseHandler hooked in via httpd.conf for a specific Location. My cust

Re: "Free to wrong pool" error in Apache logs under high load

2008-10-09 Thread André Warnier
Scott Tomilson wrote: Hi all, Apologies if this isn't the right forum, but I am not sure where to turn to... I have mod_perl 2.0.4 installed with ActivePerl 5.10.0 under Apache 2.2.9 running on Windows 2003 Server SP1. Well, that sounds like you are in the right forum anyway.. I have a very

Re: "Free to wrong pool" error in Apache logs under high load

2008-10-09 Thread Torsten Foertsch
On Thu 09 Oct 2008, André Warnier wrote: > > The PerlResponseHandler works fine for most requests, however if I > > blast a whole bunch of HTTP requests on multiple threads, etc to > > Apache, the Web server stops handling responses.  Connections > > eventually time out with no response.  Apache er

Re: "Free to wrong pool" error in Apache logs under high load

2008-10-09 Thread Perrin Harkins
On Thu, Oct 9, 2008 at 3:07 AM, Scott Tomilson <[EMAIL PROTECTED]> wrote: > Free to wrong pool da2750 not 184a6a8. > > Which leads me to believe there is something funny going on with multiple > threads, etc. In the past these have typically been threading problems. I don't run Windows or threads

Re: "Free to wrong pool" error in Apache logs under high load

2008-10-09 Thread Scott Tomilson
Thanks Perrin. I am running a build of mod_perl I got via perl.apache.org, yes (or I think probably linked to uwinnipeg?). No other modules than the standard ones, plus the standard ActivePerl download from ActiveState. We actually tried the same solution on Solaris and it worked fine. It does

Re: "Free to wrong pool" error in Apache logs under high load

2008-10-10 Thread Torsten Foertsch
On Fri 10 Oct 2008, Scott Tomilson wrote: > I am running a build of mod_perl I got via perl.apache.org, yes (or I > think probably linked to uwinnipeg?).  No other modules than the > standard ones, plus the standard ActivePerl download from > ActiveState.  We actually tried the same solution on Sol

Re: "Free to wrong pool" error in Apache logs under high load

2008-10-10 Thread Scott Tomilson
Actually - we compiled Apache with MPM=worker on Solaris... Scott On Fri, Oct 10, 2008 at 4:54 PM, Torsten Foertsch <[EMAIL PROTECTED]>wrote: > On Fri 10 Oct 2008, Scott Tomilson wrote: > > I am running a build of mod_perl I got via perl.apache.org, yes (or I > > think probably linked to uwinni

Re: "Free to wrong pool" error in Apache logs under high load

2008-10-10 Thread Scott Tomilson
Sorry - I mean MPM=worker (multi thread) Cheers, Scott On Fri, Oct 10, 2008 at 5:04 PM, Scott Tomilson <[EMAIL PROTECTED]>wrote: > Actually - we compiled Apache with MPM=worker on Solaris... > > Scott > > > > On Fri, Oct 10, 2008 at 4:54 PM, Torsten Foertsch < > [EMAIL PROTECTED]> wrote: > >> On