[Taskforest-discuss] the performance is poor
Brought to you by:
enoor
From: 数字熊 <yan...@gm...> - 2009-09-20 03:14:52
|
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. |