Re: Time Out an Exec Call
- From: "robert" <ab@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 30 May 2006 11:32:21 -0500
look in php.net online docs and faq's...this is covered where you can
specify a max wait time when looking for a response.
"Tyrone Slothrop" <ts@xxxxxxxxxxxxx> wrote in message
news:e7qo72pehnnnf7sh6uoq7vfjkpj047ou6p@xxxxxxxxxx
|I am using exec() to run a number of StarOS tests on multiple IP's
| (they test various aspects of router and server functions). The
| problem I have is that an invalid IP may cause a delay of a few
| minutes in the execution of the script. I cannot use ping to test the
| validity of an IP since ping may be blocked.
|
| Is there a way to stop the execution of a loop if, after a few
| seconds, there is no response from the server? I would guess that the
| exec() would have to be called from inside of some sort of timer,
| though the solution escapes me.
|
| TIA!
|
|
.
- Follow-Ups:
- Re: Time Out an Exec Call
- From: Tyrone Slothrop
- Re: Time Out an Exec Call
- From: Martin Jay
- Re: Time Out an Exec Call
- References:
- Time Out an Exec Call
- From: Tyrone Slothrop
- Time Out an Exec Call
- Prev by Date: New tech Forum
- Next by Date: Re: How do I fetch an array of all field names in a mysql database?
- Previous by thread: Time Out an Exec Call
- Next by thread: Re: Time Out an Exec Call
- Index(es):
Relevant Pages
|