Please help me in modifying algorithm for retry? is this algorithm makes sense ? Is it ok our need changes ? plz guide ?
Asked
Active
Viewed 44 times
1 Answers
0
Before anything, make sure you are familiar with the CloudletScheduler
class and how it works. You can study the CloudletSchedulerTimeShared
scheduler and how it is used in CloudSimExample3.
Once you understand how that works, you can implement your own CloudletScheduler
using the logic of the pseudo-algorithm described in your question.

Thiago Sá
- 832
- 9
- 22
-
Thank Thiago Sa ... i have written algorithm for retry FTT by my own.As in retry FTT failed task are restart from the scratch untill all the task doesnt complete their execution.Plz have a look on my about algorithm .tell me it is correct or need modification? – Fahad Khan May 04 '18 at 13:11