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

Re: thread issue



On Thu, Aug 04, 2011 at 10:23:08PM +0800, lina wrote:
> Thanks for suggestions,
> 
> Actually I got a job which contains several small jobs inside.
> 
> if run the bash script, it will do those one by one and it is pretty
> slow, waiting ...
> 
> I can run each small jobs separately, but use a bash script kind of
> easy to make some changes in amount and manage.
> 
> I just wonder are there some simple way to do it?

What you could try is converting your bash script to a makefile, you can
then let make do the work of parallelizing your jobs with "make -j 8
-f yourmakefile".

-- 
Paul Saunders

Attachment: signature.asc
Description: Digital signature


Reply to: