AW: [PHP] gethostbyaddr timeout

2001-02-01 Thread Sebastian Stadtlich
> I'm at the end of my rope here... > > I have a 100,000+ line file containing IP addresses. For > each line, I need > to run a "gethostbyaddr" command. However, some lines take a > long time to > timeout. Is there a way I can decrease this timeout period > to one or two > seconds? i don't

Re: AW: [PHP] gethostbyaddr timeout

2001-02-01 Thread Chana Black
set_time_limit() ? Read the docs - this may be the solution. CB At 07:43 PM 2/1/01 +0100, Sebastian Stadtlich wrote: > > I'm at the end of my rope here... > > > > I have a 100,000+ line file containing IP addresses. For > > each line, I need > > to run a "gethostbyaddr" command. However, some

RE: [PHP] gethostbyaddr timeout

2001-01-31 Thread Jon Snell
...why do you need to do this? It seems very odd. Jon Snell -Original Message- From: Aaron Gould [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 11:17 AM To: [EMAIL PROTECTED] Subject: [PHP] gethostbyaddr timeout I'm at the end of my rope here... I have a 100,000+ line

Re: [PHP] gethostbyaddr timeout

2001-01-31 Thread Jon Jacob
Aaron Gould wrote: > > I'm at the end of my rope here... > > I have a 100,000+ line file containing IP addresses. For each line, I need > to run a "gethostbyaddr" command. However, some lines take a long time to > timeout. Is there a way I can decrease this timeout period to one or two > seco

[PHP] gethostbyaddr timeout

2001-01-31 Thread Aaron Gould
I'm at the end of my rope here... I have a 100,000+ line file containing IP addresses. For each line, I need to run a "gethostbyaddr" command. However, some lines take a long time to timeout. Is there a way I can decrease this timeout period to one or two seconds? Thanks!! -- Aaron Gould Pro