~ubuntu-branches/ubuntu/hardy/lighttpd/hardy-updates

« back to all changes in this revision

Viewing changes to doc/performance.txt

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2006-12-08 14:40:42 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061208144042-3z5kr9pe0kya5lgu
Tags: 1.4.13-6ubuntu1
* Merge from debian unstable, remaining changes:
  - Replace Depends: on perl with Depends: on libterm-readline-perl-perl

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
FreeBSD    sendfile
116
116
========== ==========
117
117
 
118
 
The best backend is selected at compile time. In case you want to use 
119
 
another backend set: :: 
 
118
The best backend is selected at compile time. In case you want to use
 
119
another backend set: ::
120
120
 
121
121
  server.network-backend = "writev"
122
122
 
123
 
You can find more information about network backend in: 
124
 
 
 
123
You can find more information about network backend in:
 
124
 
125
125
  http://blog.lighttpd.net/articles/2005/11/11/optimizing-lighty-for-high-concurrent-large-file-downloads
126
126
 
127
127