Subject: | CGI environment not provided |
although a configuration is documented for associating URI spaces
with CGI programs, this has not been implemented, as of version 0.03.
The prerequisites for this are goming together though. 0.03
introduces the LargeFile array, which is file handles of large
files getting output to clients.
Something similar could be used to write the outputs of CGI
programs, or the file handles of the opened programs could be
included in that array.
On systems without nonblocking file handles, a read-select would have
to be done so we don't have to wait for the CGI program.