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