On Tuesday 26 June 2001 21:35, Jason Lustig wrote:
> I have PHP 4.04pl1 set up on a IIS 5 server on Windows 2k. However, it
> keeps on crashing the server -- not all the time, but sometimes it does,
> sometimes it doesn't. And I have no idea whatsoever what is causing it. I
> *think* that it has to do with my include()s. I end up including all my
> function and nav libraries into each and every page, which turns out to
> maybe 10 includes. Theoretically, yes, it would put a hit on the server
> because PHP uses the file system so much, but it shouldn't crash it.
>
> Is this possibly the reason it is crashing?

Assuming that you are using the ISAPI version of PHP, it is probably crashing 
because that version of PHP is not very stable. You should upgrade to 4.0.6 
which contains improvements in that area, but it is still not perfect. If you 
find 4.0.6 unstable either change from ISAPI to CGI or if you can, change 
from IIS to Apache and use the Apache module version of PHP.

Cheers
-- 
Phil Driscoll

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to