#431: Add support for X-Sendfile and friends in responses when sending back file
streams
-------------------------+--------------------------------------------------
 Reporter:  david        |        Owner:  david    
     Type:  enhancement  |       Status:  closed   
 Priority:  normal       |    Milestone:  0.11     
Component:  response     |      Version:  0.11.0RC2
 Severity:  minor        |   Resolution:  fixed    
 Keywords:               |  
-------------------------+--------------------------------------------------
Changes (by david):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 (In [1705]) X-Sendfile support for web response. to use, the webresponse
 factory needs parameters. set 'use_sendfile_header' to true, and
 optionally set 'sendfile_header_name' to sth like 'X-LIGHTTPD-send-file'
 if your webserver doesn't use X-Sendfile. then, plainfile streams in the
 response will be sent using that instead of fpasshtru, which typically
 means performance gains of up to 50%, and even more with concurrent
 requests. closes #431, which also has some links on the topic.

-- 
Ticket URL: <http://trac.agavi.org/ticket/431#comment:1>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5


_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets

Reply via email to