diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-12-21 10:48:46 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-12-21 10:48:46 +0000 |
commit | 65f09b6b055cd817124b0a5420362c4da9542caa (patch) | |
tree | 2cb54855f72627dad811c46d65928a05bd4591c5 /doc | |
parent | 00f573313416c8b3bfc8b32f157b0d64311382c0 (diff) | |
download | tipidee-65f09b6b055cd817124b0a5420362c4da9542caa.tar.gz tipidee-65f09b6b055cd817124b0a5420362c4da9542caa.tar.xz tipidee-65f09b6b055cd817124b0a5420362c4da9542caa.zip |
version: 0.0.3.0 v0.0.3.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-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> |