aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tipideed.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-28 06:56:55 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-28 06:56:55 +0000
commit851cdc362c11c9475f6a8f1c493c2f550c15555c (patch)
tree870ff741e9a70bcc722f0b0427e07388a978c38d /doc/tipideed.html
parent938663ec4cf89443437d3f8997875a0711ff888a (diff)
downloadtipidee-851cdc362c11c9475f6a8f1c493c2f550c15555c.tar.gz
Move to new system, support pkg-config
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/tipideed.html')
-rw-r--r--doc/tipideed.html8
1 files changed, 4 insertions, 4 deletions
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 <tt>Connection: close</tt> to its last answer. </li>
<p>
On systems that implement
-<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn.html">posix_spawn()</a>,
+<a href="https://pubs.opengroup.org/onlinepubs/9799919799/functions/posix_spawn.html">posix_spawn()</a>,
the <a href="//skarnet.org/software/s6-networking/s6-tcpserver.html">s6-tcpserver</a>
super-server (and the
<a href="//skarnet.org/software/s6-networking/s6-tlsserver.html">s6-tlsserver</a> one
as well, since both use the same underlying program) uses it instead of
-<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/fork.html">fork()</a>,
+<a href="https://pubs.opengroup.org/onlinepubs/9799919799/functions/fork.html">fork()</a>,
and that partly alleviates the performance penalty usually associated with servers
that spawn one process per connection.
</p>
@@ -474,9 +474,9 @@ CGI script itself, never by tipideed.
<p>
tipideed itself does not use
-<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/fork.html">fork()</a>
+<a href="https://pubs.opengroup.org/onlinepubs/9799919799/functions/fork.html">fork()</a>
if the system supports
-<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn.html">posix_spawn()</a>
+<a href="https://pubs.opengroup.org/onlinepubs/9799919799/functions/posix_spawn.html">posix_spawn()</a>
&mdash; 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