Hi I have a Squirrelmail 1.28/Courier/Qmail setup with 80000 user accounts on a single domain. It works beautifully, but every few days I get a httpd process which starts to hog the CPU - top shows it sitting at 99%.
If I kill the process the system continues to work without any problems. The execution time limit is set to 30 seconds in php.ini. I don't know how to identify what causes the httpd process to use all the CPU in the first place, and secondly, not die after 30 seconds. The only reference to set_time_limit I can find is in mime.php in mime_print_body_lines which seems to be used when downloading attachments. I've changed this from set_time_limit(0) to set_time_limit(300) to see if the problem goes away, but if anyone else has any suggestions in the meantime, I'd be pleased to hear them. Cheers -- Phil Driscoll ------------------------------------------------------- This SF.net email is sponsored by: Microsoft Visual Studio.NET comprehensive development tool, built to increase your productivity. Try a free online hosted session at: http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
