Re: Using Pool of Processes



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
.



Relevant Pages