E&S CVS Commit: PEAK - First draft of new 'SupervisorProcess' pre-forking process manager. Added
pje at eby-sarna.com
pje at eby-sarna.com
Fri Nov 21 19:03:00 EST 2003
Module Name: PEAK
Committed By: pje
Date: Sat Nov 22 00:02:52 UTC 2003
Modified Files:
PEAK: CHANGES.txt
PEAK/src/peak: peak.ini
PEAK/src/peak/running: commands.py interfaces.py process.py
scheduler.py
Log Message:
First draft of new 'SupervisorProcess' pre-forking process manager. Added
'IProcessTemplate' and a draft implementation thereof, along with a revised
version of 'IProcessProxy' and a draft implementation of that. Also added
'IMainLoop.setExitCode()' and 'IMainLoop.childForked()' methods, to
allow reactor-driven components to control the mainloop's exit code.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.94&r2=1.95
http://cvs.eby-sarna.com/PEAK/src/peak/peak.ini.diff?r1=1.87&r2=1.88
http://cvs.eby-sarna.com/PEAK/src/peak/running/commands.py.diff?r1=1.39&r2=1.40
http://cvs.eby-sarna.com/PEAK/src/peak/running/interfaces.py.diff?r1=1.21&r2=1.22
http://cvs.eby-sarna.com/PEAK/src/peak/running/process.py.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/PEAK/src/peak/running/scheduler.py.diff?r1=1.26&r2=1.27
To generate a diff of this commit:
cvs rdiff -r1.94 -r1.95 PEAK/CHANGES.txt
cvs rdiff -r1.87 -r1.88 PEAK/src/peak/peak.ini
cvs rdiff -r1.39 -r1.40 PEAK/src/peak/running/commands.py
cvs rdiff -r1.21 -r1.22 PEAK/src/peak/running/interfaces.py
cvs rdiff -r1.2 -r1.3 PEAK/src/peak/running/process.py
cvs rdiff -r1.26 -r1.27 PEAK/src/peak/running/scheduler.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
More information about the source-changes
mailing list