added note on how to set the backend

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@981 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
Jan Kneschke 2006-02-03 17:22:22 +00:00
parent 24ff4eb0ab
commit 37fbe04de9
1 changed files with 9 additions and 2 deletions

View File

@ -115,8 +115,15 @@ Solaris sendfilev
FreeBSD sendfile
========== ==========
They are selected automatically at compile-time. If you have problems, check
./src/network_backend.h and disable the corresponding USE\_... define.
The best backend is selected at compile time. In case you want to use
another backend set: ::
server.network-backend = "writev"
You can find more information about network backend in:
http://blog.lighttpd.net/articles/2005/11/11/optimizing-lighty-for-high-concurrent-large-file-downloads
Max Connections
---------------