You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by jo...@hs.hikory.com on 2001/04/20 22:35:10 UTC

potato success

bleedperl, httpd from cvs (last night) and modperl from cvs (last night) 
build succesfully on debian 2.2.18pre21 (linux kernel 2.2, stable release)

I followed the instructions in modperl-2.0/pod/modperl_dev.pod to the 
letter, adding MP_DEBUG=1 also.

Hello World works! 

StartServers is set to 5, but I am getting 100+ httpd servers. I
consider this bad, since I have bad luck killing them (-9). Most of them
are *not* children of the topmost parent, which is unusual to me.

Thanks for the best product.









---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: potato success

Posted by Doug MacEachern <do...@covalent.net>.
On Fri, 20 Apr 2001 joshnarins@hs.hikory.com wrote:

> 
> bleedperl, httpd from cvs (last night) and modperl from cvs (last night) 
> build succesfully on debian 2.2.18pre21 (linux kernel 2.2, stable release)
> 
> I followed the instructions in modperl-2.0/pod/modperl_dev.pod to the 
> letter, adding MP_DEBUG=1 also.
> 
> Hello World works! 

great news!
 
> StartServers is set to 5, but I am getting 100+ httpd servers. I
> consider this bad, since I have bad luck killing them (-9). Most of them
> are *not* children of the topmost parent, which is unusual to me.

which mpm are you using?  if threaded, the threads will show up in the
process table.  threads are not killable via kill.  what is your
StartThreads set to?

> Thanks for the best product.

dunno about best, but its getting better, hopefully :)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: potato success

Posted by Doug MacEachern <do...@covalent.net>.
On Tue, 24 Apr 2001, Stas Bekman wrote:
 
> OK, next time will know where to look at the known issues. Thanks!

you shouldn't have to normally, this is an ugly one i'm surprised hasn't
been fixed yet.  the problem isn't there with the perchild mpm, so i've
been using that for testing in the meantime.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: potato success

Posted by Stas Bekman <st...@stason.org>.
On Mon, 23 Apr 2001, Doug MacEachern wrote:

> On Sun, 22 Apr 2001, Stas Bekman wrote:
>
> > 'make test' with bleedperl works for me too. the only unclean part that I
> > see is:
> >
> > ...
> > All tests successful, 7 tests skipped.
> > Files=26, Tests=125, 10 wallclock secs ( 8.11 cusr +  0.45 csys =  8.56
> > CPU)
> > server localhost:8529 shutdown (pid=32437)
> > port 8529 still in use............
> > server was shutdown but port 8529 is still in use, please shutdown the
> > service using this port or select another port for the tests
> > port 8529 is in use, cannot determine server pid to shutdown
>
> this is a known issue in the httpd-2.0/STATUS :
>
>     * Doug M. reports that there is a there is a problem with both
>       threaded and prefork mpms children not properly handling
>       SIGTERM which results in the server taking a long time to
>       shutdown.
>       Status: Paul Reder is investigating...

OK, next time will know where to look at the known issues. Thanks!


_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:stas@stason.org   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: potato success

Posted by Doug MacEachern <do...@covalent.net>.
On Sun, 22 Apr 2001, Stas Bekman wrote:
 
> 'make test' with bleedperl works for me too. the only unclean part that I
> see is:
> 
> ...
> All tests successful, 7 tests skipped.
> Files=26, Tests=125, 10 wallclock secs ( 8.11 cusr +  0.45 csys =  8.56
> CPU)
> server localhost:8529 shutdown (pid=32437)
> port 8529 still in use............
> server was shutdown but port 8529 is still in use, please shutdown the
> service using this port or select another port for the tests
> port 8529 is in use, cannot determine server pid to shutdown

this is a known issue in the httpd-2.0/STATUS :

    * Doug M. reports that there is a there is a problem with both
      threaded and prefork mpms children not properly handling
      SIGTERM which results in the server taking a long time to
      shutdown.
      Status: Paul Reder is investigating...


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: potato success

Posted by Stas Bekman <st...@stason.org>.
On Fri, 20 Apr 2001 joshnarins@hs.hikory.com wrote:

>
> bleedperl, httpd from cvs (last night) and modperl from cvs (last night)
> build succesfully on debian 2.2.18pre21 (linux kernel 2.2, stable release)
>
> I followed the instructions in modperl-2.0/pod/modperl_dev.pod to the
> letter, adding MP_DEBUG=1 also.

it's a no-brainer with bleedperl :) try to pass 'make test' with 5.6.1,
that's the real challenge :)

'make test' with bleedperl works for me too. the only unclean part that I
see is:

...
All tests successful, 7 tests skipped.
Files=26, Tests=125, 10 wallclock secs ( 8.11 cusr +  0.45 csys =  8.56
CPU)
server localhost:8529 shutdown (pid=32437)
port 8529 still in use............
server was shutdown but port 8529 is still in use, please shutdown the
service using this port or select another port for the tests
port 8529 is in use, cannot determine server pid to shutdown


_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:stas@stason.org   http://apachetoday.com http://logilune.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org