Re: Help needed for mod_perl 1.31-rc6 and Apache::Bootstrap

2009-03-30 Thread Torsten Foertsch
On Sun 29 Mar 2009, Fred Moyer wrote: > Need one more for a release $ make test cp lib/Apache/Bootstrap.pm blib/lib/Apache/Bootstrap.pm PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load.t ... 1/11 # Testing Apache::Boots

Re: Help needed for mod_perl 1.31-rc6 and Apache::Bootstrap

2009-03-30 Thread Fred Moyer
On Mon, Mar 30, 2009 at 12:54 AM, Torsten Foertsch wrote: > On Sun 29 Mar 2009, Fred Moyer wrote: >> Need one more for a release > > All tests successful. > Files=3, Tests=13,  1 wallclock secs ( 0.04 usr  0.01 sys +  0.73 cusr > 0.06 csys =  0.84 CPU) > Result: PASS Great, thanks for the test.

Re: Profiling live mod_perl backends

2009-03-30 Thread Rolf Banting
On Sun, Mar 29, 2009 at 9:52 PM, Perrin Harkins wrote: > On Sun, Mar 29, 2009 at 4:44 PM, Cosimo Streppone > wrote: > > The main problem is that in the past we experienced some kind of > > performance problems that only manifested themselves really clearly > > in production and only at peak traf

Re: Profiling live mod_perl backends

2009-03-30 Thread Carl Johnstone
Cosimo Streppone wrote: However, some bad problems start to be evident only with really high req/s rate. Another possibility is that once you hit full load you're just pushing the server over the edge for what it can manage load-wise. Use your normal OS monitoring tools and ensure that you've

Re: Profiling live mod_perl backends

2009-03-30 Thread Cosimo Streppone
In data 30 mars 2009 alle ore 13:46:09, Rolf Banting ha scritto: > On Sun, Mar 29, 2009 at 9:52 PM, Perrin Harkins > wrote: > >> On Sun, Mar 29, 2009 at 4:44 PM, Cosimo Streppone >> wrote: >> > The main problem is that in the past we experienced some kind of >> > performance problems that on

Re: [RELEASE CANDIDATE] Apache-Bootstrap 0.05 rc1

2009-03-30 Thread Philippe M. Chiasson
On 20/1/09 20:17, Fred Moyer wrote: > Greetings, > > Apache::Bootstrap 0.05 release candidate 1 is available for testing and > review: > > http://people.apache.org/~phred/Apache-Bootstrap-0.05-rc1.tar.gz Linux Fedora 10 $> make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"

Re: Help needed for mod_perl 1.31-rc6 and Apache::Bootstrap

2009-03-30 Thread David E. Wheeler
On Mar 26, 2009, at 1:20 PM, Fred Moyer wrote: There's a couple of mod_perl related releases now that need people to test them out. It takes less time to download, untar, and run the test suite for these two releases than it does to write a response to the 'decline of mod_perl' thread that has

Re: Profiling live mod_perl backends

2009-03-30 Thread Rolf Banting
On Mon, Mar 30, 2009 at 2:14 PM, Cosimo Streppone wrote: > In data 30 mars 2009 alle ore 13:46:09, Rolf Banting > ha scritto: > > > On Sun, Mar 29, 2009 at 9:52 PM, Perrin Harkins > > wrote: > > > >> On Sun, Mar 29, 2009 at 4:44 PM, Cosimo Streppone > >> wrote: > >> > The main problem is that i

Re: Help needed for mod_perl 1.31-rc6 and Apache::Bootstrap

2009-03-30 Thread Philippe M. Chiasson
On 30/3/09 12:02, David E. Wheeler wrote: > On Mar 26, 2009, at 1:20 PM, Fred Moyer wrote: > >> There's a couple of mod_perl related releases now that need people to >> test them out. It takes less time to download, untar, and run the >> test suite for these two releases than it does to write a r

Re: Profiling live mod_perl backends

2009-03-30 Thread Perrin Harkins
On Mon, Mar 30, 2009 at 9:14 AM, Cosimo Streppone wrote: > The problem that we had, this was in November last year, > was that all the backends were at load 15.0-20.0 (normal was ~3-4) > after an update to the application. That's pretty rare (hitting a CPU problem), and it sounds severe enough th

[ANNOUNCE] Apache-Bootstrap 0.05

2009-03-30 Thread Fred Moyer
I'm happy to announce the release of Apache::Bootstrap 0.05. This module provides library functions which aim to make creating dual life mp1/mp2 modules as painless as possible. Thanks to the many contributors on the development team who have written pieces of this module over the years, basicall