E&S CVS Commit: PEAK - CGI has landed! Fixed typos, made adjustments to scheduling algorithms so

pje at eby-sarna.com pje at eby-sarna.com
Tue Apr 22 20:53:00 EDT 2003


Module Name:	PEAK
Committed By:	pje
Date:		Wed Apr 23 00:52:46 UTC 2003

Modified Files:
	PEAK/src/peak/running: commands.py scheduler.py zpublish.py

Log Message:
CGI has landed!  Fixed typos, made adjustments to scheduling algorithms so
that CGI and FastCGI both work sensibly.  It turns out that to support
running tasks after a CGI, you have to use 'os.fork()'.  So the default is
not to run any tasks after a CGI.  Unfortunately, this is a possible
"silent error", if you schedule something that really needs to happen.  But
I don't want to default to forking, either.  We'll have to consider this a
little more.  At any rate, CGI and FastCGI both work now, with or without
additional scheduled tasks.


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.5&r2=1.6
http://cvs.eby-sarna.com/PEAK/src/peak/running/scheduler.py.diff?r1=1.6&r2=1.7
http://cvs.eby-sarna.com/PEAK/src/peak/running/zpublish.py.diff?r1=1.1&r2=1.2

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