Re: Using Pool of Processes
- From: Tad McClellan <tadmc@xxxxxxxxxxxxxx>
- Date: Tue, 31 May 2005 12:13:54 -0500
chirag75@xxxxxxxxx <chirag75@xxxxxxxxx> wrote:
> I have to process no of files from a directory. each file can be
> processed in parallel. I want to distribute processing between no of
> children processes ( not threads ) what will be the best approach to do
> this ? Can someone point an example where something like is being done
> ?
Googling for "preforking" finds an article written by Randal Schwartz
that implements a pool of processes.
--
Tad McClellan SGML consulting
tadmc@xxxxxxxxxxxxxx Perl programming
Fort Worth, Texas
.
- Follow-Ups:
- Re: Using Pool of Processes
- From: chirag75
- Re: Using Pool of Processes
- References:
- Using Pool of Processes
- From: chirag75
- Using Pool of Processes
- Prev by Date: Re: Mail::IMAPClient via SSL
- Next by Date: Re: Perl on a mainframe system
- Previous by thread: Re: Using Pool of Processes
- Next by thread: Re: Using Pool of Processes
- Index(es):
Relevant Pages
|