E&S CVS Commit: PEAK - Added 'events.threaded()' advice, and replaced kludgy thread mechanism in
pje at eby-sarna.com
pje at eby-sarna.com
Tue Jan 13 18:40:00 EST 2004
Module Name: PEAK
Committed By: pje
Date: Tue Jan 13 23:23:56 UTC 2004
Modified Files:
PEAK/src/peak/events: event_threads.py
PEAK/src/peak/events/tests: test_events.py
PEAK/src/peak/tools/supervisor: busy.py
PEAK/src/peak/util: advice.py
Log Message:
Added 'events.threaded()' advice, and replaced kludgy thread mechanism in
FastCGI busy monitor. Also, fixed an issue in the 'peak.util.advice'
signature implementation that caused 'binding.Make()' to bypass the advice
and operate directly on the advised function.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/events/event_threads.py.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/PEAK/src/peak/events/tests/test_events.py.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/PEAK/src/peak/tools/supervisor/busy.py.diff?r1=1.4&r2=1.5
http://cvs.eby-sarna.com/PEAK/src/peak/util/advice.py.diff?r1=1.14&r2=1.15
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 PEAK/src/peak/events/event_threads.py
cvs rdiff -r1.1 -r1.2 PEAK/src/peak/events/tests/test_events.py
cvs rdiff -r1.4 -r1.5 PEAK/src/peak/tools/supervisor/busy.py
cvs rdiff -r1.14 -r1.15 PEAK/src/peak/util/advice.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