From: Anthony S. <an...@cs...> - 2008-09-09 08:50:16
|
You can find the definition of GridSim methods below http://www.gridbus.org/gridsim/doc/api/ Also included in the gridsim package that you have downloaded. > Two more questions... > 1. How jobs from different users are submitted to same resource > when the following constraints are included? > - User's policy may differ > - Multiple Brokers submitting multiple jobs to the same resorce may > compete with each other to complete their own job first. Whose job will be > done first? How the problem is resolved? > the provided resource schedulers are basically a simple FCFS and round robin. If you want more complex scenarios, you have to implement a new resource scheduler based on your scenario. That's why Example8 shows you on how to write/code the scheduler. anthony |