timeout problems

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Guy
Forum Commoner
Posts: 53
Joined: Sun Jan 12, 2003 3:34 am

timeout problems

Post by Guy »

from time to time , my scripts are timing out and I get this error:
CGI Timeout The specified CGI application exceeded the allowed time for processing. The server has deleted the process.
it takes about 2 minutes. ( running php on windows IIS)
it usually happens when opening a socket and waiting for a reply.
when I look at the processes I see that php.exe taking a lot of memory until timing out.
how can I catch it?
can I make it less then 2 minutes?
and how it will work on redhat + apache?
Thanks
Guy
lostboy
Forum Contributor
Posts: 329
Joined: Mon Dec 30, 2002 8:12 pm
Location: toronto,canada

Post by lostboy »

time outs can be set in the php.ini file
Post Reply