From: Azin M. <az...@ma...> - 2008-06-16 02:48:03
|
Hi, I have a question simulating a scheduling algorithm using GridSim and I would be greatful to hear back. I need to simulate a dynamic job submission. I mean while gridlets are being submitted to the grid, completed gridlets are being sent back to users. To do this I am simulating submission of gridlets in the body function of a GridSim entity and receiving back the gridlets is the responsibilty of a Thread which I have created myself. The problem is gridletReceive() always returns null ! and I see this output: "Sim_system: No more future events" early in my simulation. how can i simulate a dynamic job submission environment ? Best, Azin |