Re: [Taskforest-discuss] the performance is poor
Brought to you by:
enoor
From: Aijaz A. <en...@us...> - 2009-09-20 03:51:18
|
Hello again. You are correct. J3 should not wait for both J2 and J1 to finish. It should run after J2 is done. It could be a bug, or it could be a configuration issue. Could you please tell me which version of taskforest you are using? Also, could you please send me a copy of your config file, especially the value of the 'wait_time' and 'once_only' configuration variables? Thank you, Aijaz. On Sat, Sep 19, 2009 at 10:14 PM, 数字熊 <yan...@gm...> wrote: > hi,Aijaz Ansari > > > I have many job to run everyday, > > i use tokens <http://www.taskforest.com/docs/tokens.html> to limit how > many jobs of a class may run simultaneously. > > > but the performance is poor 。 > > why? > > > this is the configure file: > +------------------------------------------------------- > 01 |start => '00:00', tz => 'GMT', days => 'Mon,Wed,Fri' > > > 02 | > 03 | J1( token => 'T') J2 ( token => 'T' ) J3(token => 'T') > 04 | > 05 |------------------------------------------------------- > 06 | > 07 | > 08 | > > > 09 | > +------------------------------------------------------- > > <token T> > number = 2 > </token> > > > > the J1 run about 1 hour. and J2 run about 10 min. > the J3 must be wait until the J1 run finish. > > > when it has many job. very job will wait. > > I think J3 can run when J2 is finish. not wait until J1 and J2 finish. > > |