diff options
-rw-r--r-- | doc/tipideed.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tipideed.html b/doc/tipideed.html index 23aff83..5d9a600 100644 --- a/doc/tipideed.html +++ b/doc/tipideed.html @@ -452,7 +452,8 @@ that spawn one process per connection. a fully compliant Web server within the limits of that model. To that effect, tipideed is meant to be <em>fast</em>. It should serve static files as fast as any server out there, especially on Linux (or other systems supporting -<a href="https://man7.org/linux/man-pages/man2/splice.2.html">splice())</a> where it +<a href="https://man7.org/linux/man-pages/man2/sendfile.2.html">sendfile()</a> or +<a href="https://man7.org/linux/man-pages/man2/splice.2.html">splice()</a>) where it uses zero-copy transfer. CGI performance should be limited by the performance of the CGI script itself, never by tipideed. </p> |