Dear,
I am running PHP 5.4.2 on IIS 6.0 as PHP ISAPI and script is timing out.
I have traced the request and found following trace log:
--------------------------
IISGeneral: GENERAL_GET_URL_METADATA - IIS gets URL metadata
PhysicalPath: D:\web\support\
AccessPerms: Read+Write+Exec+Source+Script
ContextIDSeq: 32
Timestamp: 12:18:53.924.757800
IISISAPI: ISAPI_END - IIS ends processing an ISAPI Request
ContextIDSeq: 32
Timestamp: 12:22:25.833.720200
IISGeneral: GENERAL_REQUEST_END - IIS ends processing a request
HttpStatus: 500
HttpSubStatus: 0
BytesSent: 496
BytesReceived: 520
ContextIDSeq: 32
Timestamp: 12:22:25.833.720200
Total time: 212000 msecs
---------------------------
As I can see, suddenly IIS ends processing after running 4 minutes, In terms of PHP max execution time is set to 600 seconds which sufficient enough.
I just want to find the problem whether is it with IIS or PHP?
Uday