Re: Apache2 in threaded mode for FreeBSD ...

2002-06-21 Thread Martin Blapp
Hi Daniel, Port is /usr/ports/www/apache2, compiled with: make WITH_MPM=perchild FORCE_THREADING_MPM=yes install Note that this problem happens with ALL threaded MPM's. bash-2.05a# ps -aux | grep httpd root 96690 0.0 0.4 5800 3944 ?? Ss2:13PM 0:00.01 httpd www96691 0.0 0.4

Re: Apache2 in threaded mode for FreeBSD ...

2002-06-21 Thread Bernd Walter
On Fri, Jun 21, 2002 at 02:25:18PM +0200, Martin Blapp wrote: > > Hi Daniel, > > Port is /usr/ports/www/apache2, compiled with: > > make WITH_MPM=perchild FORCE_THREADING_MPM=yes install > > Note that this problem happens with ALL threaded MPM's. > > bash-2.05a# ps -aux | grep httpd > root

Re: Apache2 in threaded mode for FreeBSD ...

2002-06-21 Thread Daniel Eischen
On Fri, 21 Jun 2002, Martin Blapp wrote: > > Hi Daniel, > > Port is /usr/ports/www/apache2, compiled with: > > make WITH_MPM=perchild FORCE_THREADING_MPM=yes install > > Note that this problem happens with ALL threaded MPM's. This doesn't help me. I don't have the time to wade through Apache

Re: (forw) Apache2 in threaded mode for FreeBSD..

2002-06-21 Thread Martin Blapp
Hi Daniel, > > Just spotted this on the Apache development mailinglist. It seems they > need our help to fix threads issues, but have not succeeded in that and > gave up.. :/ > > Is there anything we can get done to help make Apache 2 on FreeBSD work > well in threaded/perchild mode? Could you

Re: (forw) Apache2 in threaded mode for FreeBSD..

2002-06-21 Thread Daniel Eischen
On Fri, 21 Jun 2002, Martin Blapp wrote: > > Hi Daniel, > > > > > Just spotted this on the Apache development mailinglist. It seems they > > need our help to fix threads issues, but have not succeeded in that and > > gave up.. :/ > > > > Is there anything we can get done to help make Apache 2 on

Re: (forw) Apache2 in threaded mode for FreeBSD..

2002-06-21 Thread Martin Blapp
Hi, Looks like Rev. 1.9 and Rev. 1.7 of src/lib/libc_r/uthread/uthread_sendfile.c never have been MFC'd. I added those fixes, but apache2 is still a no go with threads. Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> ---