From: ye h. <hua...@gm...> - 2009-02-11 13:46:45
|
Hi, all: I use while(Sim_system.running()) to submitting gridlet and receive feedback. If a gridlet is no grid resource is currently available due to my scheduling algorithm, i will put the gridlet into a locally cached queue, the scheduling algorithm will poll the queue to process unsubmitted gridlets. Now, I noticed my simulation exit without finishing all the cached gridlets, which is led by exit of loop: while(Sim_system.running()). I m wondering the mechanism of Sim_system.running(), and when it goes to false? Any idea to prevent? Regards ye |