Skip Menu |

This queue is for tickets about the HTTP-Server-Singlethreaded CPAN distribution.

Report information
The Basics
Id: 7446
Status: open
Priority: 0/
Queue: HTTP-Server-Singlethreaded

People
Owner: Nobody in particular
Requestors: whatever [...] davidnicol.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.