Page Time out issue

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
williamshen25
Forum Newbie
Posts: 10
Joined: Fri Sep 03, 2010 5:45 pm

Page Time out issue

Post by williamshen25 »

Hi all

I am creating a PHP page that calls a perl script to run. The script will usually run for more than an hour long, but mean while before the PHP can send back any response, the client side times out in about an hour, and I will be getting an http 12002 (time out) status. I tried to use the set_time_limit(0); method but found it's not helping. Can any one help me to find a way to prevent the client side from timing out?

Many many thanks
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Page Time out issue

Post by josh »

Run the perl process as a background process?
Post Reply