PHP Crash in fastcgi mode
Posted: Fri Oct 20, 2006 11:08 am
Hi all,
I have a php program that can cause the server crash. After I configure the sun one web server SP6 from NSAPI to FastCGI, i do the following actions:
1. Run the abnormal php program and hold this session.
2. Open a new session, run another normal php program (The result is just loading, loading...)
3. Open a new session, only run a html file. (The result is normal)
4. Close the abormal php program session
5. Return to normal php program, refresh this page. (The result is normal this time)
I want to know why this happen and any ways to prevent abnormal php program affect other php sessions?
my php version is 4.4.2
Thanks.
I have a php program that can cause the server crash. After I configure the sun one web server SP6 from NSAPI to FastCGI, i do the following actions:
1. Run the abnormal php program and hold this session.
2. Open a new session, run another normal php program (The result is just loading, loading...)
3. Open a new session, only run a html file. (The result is normal)
4. Close the abormal php program session
5. Return to normal php program, refresh this page. (The result is normal this time)
I want to know why this happen and any ways to prevent abnormal php program affect other php sessions?
my php version is 4.4.2
Thanks.