Hi

 

From what I can tell, sendfile uses the psgi layer to stream the file. So presumably it still ties up a web worker (e.g. starman)? Has anyone thought of adding the ability for sendfile to utilise xsendfile so that it can be totally offloaded to the proxy web server?

 

Z