Improve CGI support #37

Open
opened 2023-03-19 16:09:05 +00:00 by solderpunk · 1 comment
Owner

The current CGI implementation:

  1. Is hard-coded to kill CGI processes if they live longer than 10 seconds. This ought to be configurable.
  2. Doesn't start sending anything over the network until the CGI processes terminates.

These two limitations together effectively prohibit using CGI to "stream" content.

The current CGI implementation: 1. Is hard-coded to kill CGI processes if they live longer than 10 seconds. This ought to be configurable. 2. Doesn't start sending anything over the network until the CGI processes terminates. These two limitations together effectively prohibit using CGI to "stream" content.

Not sure how clients will handle that, a nph type cgi for a chat would be interesting

Not sure how clients will handle that, a nph type cgi for a chat would be interesting
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: solderpunk/molly-brown#37
No description provided.