Driver | index /home/graeme/CVS/dna/scheduler/Scheduler/Driver/Driver.py |
# Driver.py
# Maintained by G.Winter
# Part of the second version of the Scheduler code - version 1.1
# 19th January 2004
#
# This section of code will declare the generic class, which contains the
# functionality required to start, control and end a child process being
# controlled via standard io channels.
#
# $Id: Driver.html,v 1.1 2004/10/01 12:15:56 gwin Exp $
Modules | ||||||
|
Classes | ||||||||||||||||||
|
Functions | ||
|
Data | ||
debug_scheduler = False driverStartMutex = <thread.lock object> processTable = [] processTableMutex = <thread.lock object> processesKilled = False |