E&S CVS Commit: PEAK - Fixed typos, and problem with re-run()-ing a stopped scheduler. This

pje at eby-sarna.com pje at eby-sarna.com
Wed Apr 16 22:42:00 EDT 2003


Module Name:	PEAK
Committed By:	pje
Date:		Thu Apr 17 02:41:41 UTC 2003

Modified Files:
	PEAK/src/peak/running: interfaces.py scheduler.py

Log Message:
Fixed typos, and problem with re-run()-ing a stopped scheduler.  This
version actually works when I run some simple "ping" daemons from the
interpreter.  We need to test timer backoffs, and maybe add a simple
"reactor" replacement so we can do simple things without Twisted, but
still be compatible with Twisted if it's installed.  I updated some docs
to reflect the fact that the task scheduler isn't inherently required to be
a singleton.  It's just that Twisted's "reactor" is written to be a
singleton, and if that's what this scheduler is wrapped around, it needs to
be a per-interpreter singleton too.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/running/interfaces.py.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/PEAK/src/peak/running/scheduler.py.diff?r1=1.2&r2=1.3

To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 PEAK/src/peak/running/interfaces.py \
    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