RE: Regarding Apache 2.0.48 and specweb99

2003-12-04 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] [SNIP] Two possibilities: * the command/Fetch URI is stuck also, or I don't think the client did any Fetch when apache stopped. * something died holding the post lock, and it didn't get automagically cleaned up. I

Re: Regarding Apache 2.0.48 and specweb99

2003-12-04 Thread Sander Temme
I recall hearing that SysV sems are notorious for that on some platforms. I'm thinking of having the SEM_UNDO flag while creating the semaphore (if it's not already enabled) APR's sysvsem IPC locks have undo enbaled. There's one more thing I noticed (might be specific to HP-UX) : I saw

RE: Regarding Apache 2.0.48 and specweb99

2003-12-04 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
-Original Message- From: Sander Temme [mailto:[EMAIL PROTECTED] [SNIP] There's one more thing I noticed (might be specific to HP-UX) : I saw more errors with keepalive ON rather than when it was OFF. I think you may be looking at a problem where server and client(s) are messing with

[STATUS] (perl-framework) Wed Dec 3 23:46:41 EST 2003

2003-12-04 Thread Rodent of Unusual Size
httpd-test/perl-framework STATUS: -*-text-*- Last modified at [$Date: 2002/03/09 05:22:48 $] Stuff to do: * finish the t/TEST exit code issue (ORed with 0x2C if framework failed) * change existing tests that frob the DocumentRoot (e.g.,

Regarding worker MPM and queue_push/pop

2003-12-04 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
Hi, I'm trying to run the SPECweb99 against Apache (on a 1-way box). I noticed that if I start one server process with a large number of threads (1000), the server goes into a heavily sleep state (with around 80 % idle time). A first guess is that I'm using SysV semaphores, and a semlock

Re: Regarding worker MPM and queue_push/pop

2003-12-04 Thread Cliff Woolley
On Wed, 3 Dec 2003, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: instead of having the worker threads compete for the incoming connections (using ap_queue_pop .. and hence mutex_lock), assign the connection to the next free thread on a round-robin basis - if I'm not wrong, zeus does

Apache 2.0.48 gives core on startssl

2003-12-04 Thread Gagan Puri
Hi, I have installed Apache 2.0.48 with enable-ssl option on Solaris 8. The server starts and works fine in non-ssl mode however on starting in ssl mode it gives the following exception: # ../bin/apachectl startssl [Thu Dec 04 16:27:04 2003] [crit] [Thu Dec 04 16:27:04 2003] file vhost.c,

Re: Apache 2.0.48 gives core on startssl

2003-12-04 Thread Jeff Trawick
Gagan Puri wrote: I have installed Apache 2.0.48 with enable-ssl option on Solaris 8. The server starts and works fine in non-ssl mode however on starting in ssl mode it gives the following exception: # ../bin/apachectl startssl [Thu Dec 04 16:27:04 2003] [crit] [Thu Dec 04 16:27:04 2003] file

Re: [patch] adding mpm info to httpd -V

2003-12-04 Thread Geoffrey Young
commited to 2.1-dev... thanks! sure. and thanks for taking the time to shepherd it through. --Geoff

RE: Regarding worker MPM and queue_push/pop

2003-12-04 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
-Original Message- From: Cliff Woolley [mailto:[EMAIL PROTECTED] [SNIP] On Wed, 3 Dec 2003, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: instead of having the worker threads compete for the incoming connections (using ap_queue_pop .. and hence mutex_lock), assign the connection to

Re: Regarding worker MPM and queue_push/pop

2003-12-04 Thread Brian Pane
On Dec 4, 2003, at 9:18 AM, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: -Original Message- From: Cliff Woolley [mailto:[EMAIL PROTECTED] [SNIP] On Wed, 3 Dec 2003, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: instead of having the worker threads compete for the incoming

RE: Regarding worker MPM and queue_push/pop

2003-12-04 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
I sure would do that sometime today. The leader probably uses some apr_atomic stuff - and I'm trying to see if I can use IA64 native code to do the atomics. For people at ease with visual stuff, here's the CPU performance that I'm getting with worker MPM and SPECweb99_SSL. Something looks is

Re: Regarding worker MPM and queue_push/pop

2003-12-04 Thread Bill Stoddard
MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: I sure would do that sometime today. The leader probably uses some apr_atomic stuff - and I'm trying to see if I can use IA64 native code to do the atomics. For people at ease with visual stuff, here's the CPU performance that I'm getting with worker

RE: Regarding worker MPM and queue_push/pop

2003-12-04 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
-Original Message- From: Bill Stoddard [mailto:[EMAIL PROTECTED] [SNIP] Are you using CGI scripts? (an aside... if so better be using mod_cgid rather than mod_cgi with worker). Jeff may have already pointed out to you a feature in the AIX that would keep threads hanging around an

Re: new IfThreaded directive

2003-12-04 Thread Geoffrey Young
Actually, such defines might need to be a little more dynamic, but either IfDefine AP_MPM_THREADED would be good, or if we absolutely needed too, we could add IfFeature FOO where features could be registered, by the core or by a loaded module. to that end, here's a preliminary and rough

Re: Regarding worker MPM and queue_push/pop

2003-12-04 Thread Jeff Trawick
MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: Here is the fix for AIX: http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/generators/ mod_cgid.c.diff?r1=1.158r2=1.159 Thanks - I'll try it out right away. While researching the AIX issue affecting mod_cgid, in which kill() would not report

RE: Regarding worker MPM and queue_push/pop

2003-12-04 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
-Original Message- From: Jeff Trawick [mailto:[EMAIL PROTECTED] [SNIP] While researching the AIX issue affecting mod_cgid, in which kill() would not report that a process was gone until up to 1 second after it exited*, I constructed a test program to expose the delay without using

Apache Config Helper App

2003-12-04 Thread Lewis Lorenz
Title: Apache Config Helper App Hello: Im trying to set up a simple Apache web server (2 virtual hosts with SSL service on one vhost). Also, I need to set up a MTA with POP3 for the 2 vhosts. I am not a unix guru. Is there an app available to ease configuring this system? Or some one who might