From 37fbe04de9b39800d0eeb7275807583e8995fc06 Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Fri, 3 Feb 2006 17:22:22 +0000 Subject: [PATCH] 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 --- doc/performance.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/performance.txt b/doc/performance.txt index 3a5b9645..56a7ca19 100644 --- a/doc/performance.txt +++ b/doc/performance.txt @@ -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 ---------------