On 18/10/04 04:43 +0530, Prashant Dabre wrote: > Hi, > > I am running apache 2.0 .Currently I am facing some problem with httpd > child process. Some of the child process are running for long time and > start shoot up CPU utilization to 99 to 100 percent. the cpu
An Apache module? A badly coded script running under mod_perl/mod_python/mod_php? Logs? strace/ltrace the errant process to find out which application is causing the trouble, or just set ulimit appropraitely so that it doesn't use all your resources. Devdas Bhagat ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
