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/index.html | 2 +- doc/tipideed.html | 8 ++++---- doc/upgrade.html | 2 ++ 3 files changed, 7 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/index.html b/doc/index.html index 69352ad..cb28976 100644 --- a/doc/index.html +++ b/doc/index.html @@ -115,7 +115,7 @@ make it shorter. Just like the code. requirement if you link against the shared version of the skalibs library.
  • Recommended at run-time: s6-networking version -2.7.0.4 or later. It's not a strict requirement, but tipidee relies on a super-server such as +2.7.1.0 or later. It's not a strict requirement, but tipidee relies on a super-server such as s6-tcpserver to listen to the network and provide connection information via environment variables. It also defers to tools such as 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 diff --git a/doc/upgrade.html b/doc/upgrade.html index 6c7b5e0..0bcfb28 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -23,6 +23,8 @@

    in 0.0.5.1

    -- cgit v1.3.1