| Scheduler | index /home/graeme/CVS/dna/scheduler/Scheduler/Driver/Scheduler.py |
# Scheduler.py
# Maintained by G.Winter
# 26th January 2004
#
# A system which will allocate processor resources on a first come, first
# served basis.
#
# The "processors" are kept within a queue
#
# $Id: Scheduler.html,v 1.1 2004/10/01 12:15:56 gwin Exp $
| Modules | ||||||
| ||||||
| Functions | ||
| ||
| Data | ||
| i = 2 processor_stack = <Queue.Queue instance> processors = 3 | ||