[Batchserver-cvs] batchserver/test/org/jmonks/batchserver/framework/controller/pool CollectionJobPoo
Brought to you by:
suresh_pragada
From: Suresh <sur...@us...> - 2006-05-19 18:56:17
|
Update of /cvsroot/batchserver/batchserver/test/org/jmonks/batchserver/framework/controller/pool In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32124 Modified Files: CollectionJobPoolTest.java Log Message: no message Index: CollectionJobPoolTest.java =================================================================== RCS file: /cvsroot/batchserver/batchserver/test/org/jmonks/batchserver/framework/controller/pool/CollectionJobPoolTest.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CollectionJobPoolTest.java 15 May 2006 13:31:35 -0000 1.1 --- CollectionJobPoolTest.java 19 May 2006 18:56:14 -0000 1.2 *************** *** 42,48 **** Thread processor3=new Thread(this.getProcessorRunnable(pool)); loader.start(); ! //processor1.start(); ! //processor2.start(); ! //processor3.start(); } --- 42,48 ---- Thread processor3=new Thread(this.getProcessorRunnable(pool)); loader.start(); ! processor1.start(); ! processor2.start(); ! processor3.start(); } |