PROJET AUTOBLOG


Shaarli - Les discussions de Shaarli

Archivé

Site original : Shaarli - Les discussions de Shaarli du 23/07/2013

⇐ retour index

X-Sendfile - serve large static files efficiently from web applications

samedi 30 août 2014 à 10:16
Httqm, le 30/08/2014 à 10:16
X-Sendfile is a feature that allows a web application to redirect the request for a file to the web server that in turn processes the request, this way eliminating the need to perform tasks like reading the file and sending it to the user.

X-Sendfile can improve your web application performance, especially when working with very big files, as the web server will load the file you specified and send it to the user.

More for Lighttpd :
- http://redmine.lighttpd.net/projects/1/wiki/X-LIGHTTPD-send-file
- http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModFastCGI#X-Sendfile
(Permalink)