bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

parallel several jobs in bash


From: Tim
Subject: parallel several jobs in bash
Date: Tue, 14 Jul 2009 11:02:51 -0700 (PDT)

Hi,

I wonder how to in a bash script(or other languages if more convenient and/or 
fast) manage independent jobs(executables with command line arguments) and make 
them run in parallel? Is there a way to create several sub-process without 
waiting them to finish?

Which one is faster: multi-threading or multi-process?

Thanks and regards!


      




reply via email to

[Prev in Thread] Current Thread [Next in Thread]