From: Taner D. <td...@gm...> - 2014-07-17 10:03:32
|
It depends on which Scheduler implementation that you employed. (TimeSharing, SpaceSharing or Your implementation) in TimeSharing case preemption is not required. in other cases, you must implement code select the PE(s) to replace assigned job with the new one. On Thu, Jul 17, 2014 at 11:54 AM, Anindya Tahsin <mt...@vi...> wrote: > Dear All, > > I am trying to simulate a Scheduling algorithm using gridsim where lower > priority jobs can be preempted by the higher priority jobs. My question is: > How can I enforce a job to preempt in gridsim? > > -- > Thanks > Anindya > > ------------------------------------------------------------------------------ > Want fast and easy access to all the code in your enterprise? Index and > search up to 200,000 lines of code with a free copy of Black Duck > Code Sight - the same software that powers the world's largest code > search on Ohloh, the Black Duck Open Hub! Try it now. > http://p.sf.net/sfu/bds > _______________________________________________ > Gridsim-developers mailing list > Gri...@li... > https://lists.sourceforge.net/lists/listinfo/gridsim-developers > |