Ticket #376 (new defect)

Opened 3 years ago

Last modified 1 year ago

Reimplement upload (POST) handling to match apache/zeus/thttpd/boa functionality

Reported by: cody@hpcs.com Assigned to: jan
Priority: normal Milestone:
Component: core Version:
Severity: normal Keywords:
Cc: Blocking:
Need Feedback:

Description

Uploads (POST/PUT data) should be handled without the server performing any buffering, so that cgi/fastcgi/scgi applications can determine their own buffering method. This will also improve lighttpd's CGI compatibility with every widely used http server implementation.

Attachments

Change History

11/29/2005 03:32:35 AM changed by xuefer@21cn.com

to buffer or not to buffer, this is a problem. what if u have 5 fastcgi worker at most but having 5 user uploading at the same time slowly? all other fastcgi request is blocked. (with php, u have static number of workers)

anyways, it's in jan's TODO to support both mode, tune by conf.

06/14/2007 02:26:53 AM changed by anonymous


[]


Add/Change #376 (Reimplement upload (POST) handling to match apache/zeus/thttpd/boa functionality)




Change Properties