E&S CVS Commit: PEAK - First-draft of a global SignalManager and a ProcessManager facility.
pje at eby-sarna.com
pje at eby-sarna.com
Tue Nov 18 19:55:00 EST 2003
Module Name: PEAK
Committed By: pje
Date: Wed Nov 19 00:53:59 UTC 2003
Modified Files:
PEAK/src/peak: peak.ini
PEAK/src/peak/running: interfaces.py
PEAK/src/peak/util: signal_stack.py
Added Files:
PEAK/src/peak/running: process.py
Log Message:
First-draft of a global SignalManager and a ProcessManager facility.
SignalManager lets you easily subscribe/unsubscribe objects for signal
notifications, and is pretty much done. ProcessManager manages child
processes, but still has several dependencies that need implementing.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/peak.ini.diff?r1=1.84&r2=1.85
http://cvs.eby-sarna.com/PEAK/src/peak/running/interfaces.py.diff?r1=1.18&r2=1.19
http://cvs.eby-sarna.com/PEAK/src/peak/running/process.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/util/signal_stack.py.diff?r1=1.1&r2=1.2
To generate a diff of this commit:
cvs rdiff -r1.84 -r1.85 PEAK/src/peak/peak.ini
cvs rdiff -r1.18 -r1.19 PEAK/src/peak/running/interfaces.py
cvs rdiff -r0 -r1.1 PEAK/src/peak/running/process.py
cvs rdiff -r1.1 -r1.2 PEAK/src/peak/util/signal_stack.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