Hi,
I have three jobs
i want that these works according to round robin algorithm ...
please suggest...
Printable View
Hi,
I have three jobs
i want that these works according to round robin algorithm ...
please suggest...
Does round robin mean:
begin loop
do job 1
do job 2
do job 3
end loop