E&S CVS Commit: PEAK - Finished out timer service with wildcard 'addListener()' support, and a

pje at eby-sarna.com pje at eby-sarna.com
Fri Dec 26 10:53:00 EST 2003


Module Name:	PEAK
Committed By:	pje
Date:		Fri Dec 26 15:52:30 UTC 2003

Modified Files:
	PEAK: TODO.txt
	PEAK/src/peak: peak.ini
	PEAK/src/peak/running: timers.py
	PEAK/src/peak/running/tests: test_timers.py

Log Message:
Finished out timer service with wildcard 'addListener()' support, and a
'timer:foo.bar' URL scheme, so you can now 'Obtain("timer:myapp.whatever")'
in your applications.  Of course, to be really useful, we need some
listeners that can log or otherwise output the statistics.  And I'm still
planning to move the time-critical parts of the Timer class to Pyrex.  But
the timing framework itself is now complete and ready-to-use.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/TODO.txt.diff?r1=1.85&r2=1.86
http://cvs.eby-sarna.com/PEAK/src/peak/peak.ini.diff?r1=1.106&r2=1.107
http://cvs.eby-sarna.com/PEAK/src/peak/running/timers.py.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/PEAK/src/peak/running/tests/test_timers.py.diff?r1=1.1&r2=1.2

To generate a diff of this commit:
cvs rdiff -r1.85 -r1.86 PEAK/TODO.txt
cvs rdiff -r1.106 -r1.107 PEAK/src/peak/peak.ini
cvs rdiff -r1.1 -r1.2 PEAK/src/peak/running/timers.py
cvs rdiff -r1.1 -r1.2 PEAK/src/peak/running/tests/test_timers.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