Placement Algorithms for Fixed Partitions
Unequal size partitions
- Multiple queues
- Assigns each process to the smallest partition within which it fits.
-
- Single queue
- Assign each process to the smallest available partition within which it fits.
-
- Which is best?