>-----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 unusual amount >of time waiting for notification from the kernel >that the CGI script was dead. Yes. The dynamic content (CGI, CAD_GET and POST) is enabled (default specweb99 load) .. and your observation regarding CGI is probably true on HP-UX also. I disabled dynamic content, and I see a much better CPU utilization graph (100 % and steady for 5 minutes). >Here is the fix for AIX: > >http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/generators/ mod_cgid.c.diff?r1=1.158&r2=1.159 Thanks - I'll try it out right away. -Madhu