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-c4023f1b3aa9svn/tags/lighttpd-1.4.11
parent
24ff4eb0ab
commit
37fbe04de9
|
@ -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
|
||||
---------------
|
||||
|
|
Loading…
Reference in New Issue