]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
doc: tuning: add note about 64-bit OpenSSL speedup
authorEric Wong <e@80x24.org>
Fri, 24 Oct 2025 19:28:34 +0000 (19:28 +0000)
committerEric Wong <e@80x24.org>
Sat, 25 Oct 2025 09:37:03 +0000 (09:37 +0000)
commita30d7f29b3154a2750887446e04bb5dcc024dc30
treed2cfa19a8fc8d73125c90b66066436a56aa856e5
parent5fd8da2a3d4f1ba9d5939f29c16f3f81dcc94d2a
doc: tuning: add note about 64-bit OpenSSL speedup

Since switching HTTPS termination to 64-bit, I've noticed a
significant CPU usage reduction on public-inbox.org.  IMAPS,
NNTPS, and POP3S remain 32-bit for the moment since that doesn't
go through varnish and I haven't gotten around to dealing with
a 64-bit Xapian (or SQLite) install.

My current HTTPS setup is:

  64-bit PublicInbox::PsgiRproxy -> varnish -> 32-bit PublicInbox::WWW

IMAPS, NNTPS, POP3S hit the same 32-bit public-inbox-netd
process directly without a caching layer.
Documentation/public-inbox-tuning.pod