On Mon, 28 May 2012 23:51:21 +0200
Jorge Acereda <jacer...@gmail.com> wrote:

> Hi,
> 
> I need to invoke external commands for each entry in my database and
> I want to run those in parallel, but restricting the number of
> simultaneous jobs to a certain number to avoid bringing the machine
> to its knees (sort of 'make -jN').
> 
> How would you approach such problem?
> 
First a bit more of information is needed, what do you need to
parallelize? The processing steps within each entry, or the processing
of the entries themselves? Are there any dependencies that should be
taken into account?

> Thanks,
>   Jorge
> 

Cheers,
José
--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to