Killing Oracle HTTP Server child process [message #442620] |
Tue, 09 February 2010 08:19 |
kmsalih
Messages: 197 Registered: March 2006
|
Senior Member |
|
|
Hi,
In my Oracle Application Server, the 4 child processes of the main HTTP Server process is taking more cpu around 99%.
As my application is working fine, i am not killing the child process.
My knowledge is if i kill the child process it will not affect the main http process.if i am wrong please correct me.
As of now not much activity is going on the server and still the child httpd processes are taking more cpu.
is there any way to release the cpu utilization withouot killing the child process?
Also is it possible to release the cpu utilization automatically?
Please advice me.
Thanks & Regards
Salih KM
|
|
|
Re: Killing Oracle HTTP Server child process [message #442624 is a reply to message #442620] |
Tue, 09 February 2010 09:30 |
John Watson
Messages: 8962 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Hi - if you don't think they are actually servicing erquests, I would kill them. If this happens regularly, you could try setting the MaxRequestsPerChild directive in your httpd.conf, so that Apache will kill them autiomatically. It is well documented in the file.
|
|
|
|