From 65f09b6b055cd817124b0a5420362c4da9542caa Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 21 Dec 2023 10:48:46 +0000 Subject: version: 0.0.3.0 Signed-off-by: Laurent Bercot --- doc/tipideed.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') 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 fast. It should serve static files as fast as any server out there, especially on Linux (or other systems supporting -splice()) where it +sendfile() or +splice()) where it uses zero-copy transfer. CGI performance should be limited by the performance of the CGI script itself, never by tipideed.

-- cgit v1.2.3