PHP Crash in fastcgi mode

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
polyuitjerry
Forum Newbie
Posts: 2
Joined: Fri Oct 20, 2006 11:05 am

PHP Crash in fastcgi mode

Post by polyuitjerry »

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.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

If it is not a memory problem it could be an execution time problem. Have you looked at the server error logs at all?
Post Reply