Re: [PHP] LWP::Parallel in PHP

2003-08-29 Thread Robert Cummings
(microsleep here and there :)? Cheers, Rob. On Thu, 2003-08-28 at 18:49, Evan Nemerson wrote: php.net/pcntl_fork On Thursday 28 August 2003 11:09 am, David Otton wrote: On Thu, 28 Aug 2003 20:25:05 +0300, you wrote: I am looking for PHP analog of Perl LWP::Parallel. I need to fetch several

Re: [PHP] LWP::Parallel in PHP

2003-08-29 Thread David Otton
On Thu, 28 Aug 2003 15:49:15 -0700, you wrote: Think you're out of luck. Yes, it's a problem I've run up against more than once. There's no thread support in PHP [4. Anyone know if it's in 5?]. php.net/pcntl_fork Interesting - that's new. Unix-only and not in the default install. Not

Re: [PHP] LWP::Parallel in PHP

2003-08-29 Thread [EMAIL PROTECTED]
David Otton wrote: On Thu, 28 Aug 2003 20:25:05 +0300, you wrote: I am looking for PHP analog of Perl LWP::Parallel. I need to fetch several URL(pages) from PHP at the same time. I have a script which fetch 5-10 URL, each URL fetched 0.5 - 2 sec. Totally it's about 10 seconds in average. I

Re: [PHP] LWP::Parallel in PHP

2003-08-29 Thread Evan Nemerson
am, David Otton wrote: On Thu, 28 Aug 2003 20:25:05 +0300, you wrote: I am looking for PHP analog of Perl LWP::Parallel. I need to fetch several URL(pages) from PHP at the same time. I have a script which fetch 5-10 URL, each URL fetched 0.5 - 2 sec. Totally it's about 10 seconds

[PHP] LWP::Parallel in PHP

2003-08-28 Thread Alex
Hello all! I am looking for PHP analog of Perl LWP::Parallel. I need to fetch several URL(pages) from PHP at the same time. I have a script which fetch 5-10 URL, each URL fetched 0.5 - 2 sec. Totally it's about 10 seconds in average. I suppose if I fetched them parallel I would speed up the script

Re: [PHP] LWP::Parallel in PHP

2003-08-28 Thread David Otton
On Thu, 28 Aug 2003 20:25:05 +0300, you wrote: I am looking for PHP analog of Perl LWP::Parallel. I need to fetch several URL(pages) from PHP at the same time. I have a script which fetch 5-10 URL, each URL fetched 0.5 - 2 sec. Totally it's about 10 seconds in average. I suppose if I fetched them

Re: [PHP] LWP::Parallel in PHP

2003-08-28 Thread Evan Nemerson
php.net/pcntl_fork On Thursday 28 August 2003 11:09 am, David Otton wrote: On Thu, 28 Aug 2003 20:25:05 +0300, you wrote: I am looking for PHP analog of Perl LWP::Parallel. I need to fetch several URL(pages) from PHP at the same time. I have a script which fetch 5-10 URL, each URL fetched