Bugs in Round Robin ??

2001-06-18 Thread Philippe . LAFFONT
I currently experiment some problem with the Round Robin policy that doesn't seem to work in V2.2.13 . In RR each process should have the same time slice for its own execution ie should have acces to the processor for (almost) the same period of time. Thus each process

Strange behaviour of the Round Robin policy

2001-06-14 Thread Philippe . LAFFONT
I'm using RedHat Linux V2.2.13 and I made the following test: I launched 10 times the same program with priority 10 of Round Robin policy (from a shell having priority 20 of FIFO policy). Each program does an infinite busy loop (while (1)). One minute later, I laun