E&S CVS Commit: PEAK - Added 'IRerunnable' interface for command-line-ish components that can

pje at eby-sarna.com pje at eby-sarna.com
Mon Apr 21 22:52:01 EDT 2003


Module Name:	PEAK
Committed By:	pje
Date:		Tue Apr 22 02:51:24 UTC 2003

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

Log Message:
Added 'IRerunnable' interface for command-line-ish components that can
be called repeatedly with new parameters; CGIPublisher implements it, and
CGICommand/FastCGIAcceptor require a component that implements it.  Minor
tweaks to API spellings among CGI-related command classes.  Further fleshed
out CGI stuff so it's closer to actually working.  I think all we're
missing now is some basic IPublication objects, in order to be able to run
a PEAK/Zope 3 "hello world" CGI.


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

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