From 851cdc362c11c9475f6a8f1c493c2f550c15555c Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 28 Apr 2025 06:56:55 +0000 Subject: Move to new system, support pkg-config Signed-off-by: Laurent Bercot --- doc/tipideed.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/tipideed.html') diff --git a/doc/tipideed.html b/doc/tipideed.html index 8f8e0c2..bc9326d 100644 --- a/doc/tipideed.html +++ b/doc/tipideed.html @@ -451,12 +451,12 @@ in which case tipideed adds Connection: close to its last answer.

On systems that implement -posix_spawn(), +posix_spawn(), the s6-tcpserver super-server (and the s6-tlsserver one as well, since both use the same underlying program) uses it instead of -fork(), +fork(), and that partly alleviates the performance penalty usually associated with servers that spawn one process per connection.

@@ -474,9 +474,9 @@ CGI script itself, never by tipideed.

tipideed itself does not use -fork() +fork() if the system supports -posix_spawn() +posix_spawn() — with one exception, that you will not hit, and if you do, fork() will not be the bottleneck. (Can you guess which case it is, without looking at the code?) tipideed does not parse its configuration file itself, delegating the task to the -- cgit v1.3.1