Re: PHP CLI & Forking children
- From: qwertycat@xxxxxxxxxxxxxx
- Date: Sat, 29 Sep 2007 12:35:57 -0700
On Sep 29, 8:32 pm, qwerty...@xxxxxxxxxxxxxx wrote:
Instead of writing a PHP script that downloads 2 million headers from
a newsgroup in a single connection (which will cause PHP to crash
anyway as it'll reach 500MB+ memory usage), I thought it would be
better to launch 4 processes do download it in chunks of 50,000
headers - with 4 connections to the same NNTP server.
I admit I should be using Perl or C for these tasks, but I know PHP
and I'm used to using its functions.
.
- Follow-Ups:
- Re: PHP CLI & Forking children
- From: Jerry Stuckle
- Re: PHP CLI & Forking children
- References:
- PHP CLI & Forking children
- From: qwertycat
- Re: PHP CLI & Forking children
- From: Andy Hassall
- Re: PHP CLI & Forking children
- From: qwertycat
- Re: PHP CLI & Forking children
- From: Jerry Stuckle
- Re: PHP CLI & Forking children
- From: qwertycat
- PHP CLI & Forking children
- Prev by Date: Re: PHP CLI & Forking children
- Next by Date: Re: Commission Junction SOAP access Error
- Previous by thread: Re: PHP CLI & Forking children
- Next by thread: Re: PHP CLI & Forking children
- Index(es):
Relevant Pages
|