From 18c6c4e81dca1d81f6ff2bb284554b5fca2ef163 Mon Sep 17 00:00:00 2001 From: Štěpán Němec Date: Sat, 2 Sep 2023 22:45:01 +0200 Subject: Clarify Inline::C dependency (optional on Linux, required elsewhere) Link: https://public-inbox.org/meta/20230901110903.M876537@dcvr/ Link: https://public-inbox.org/meta/20230902194407.M464597@dcvr/ Fixes: 88c7c7c26b44 ("lei: wire up pure Perl sendmsg/recvmsg for Linux users") Fixes: acefd91b302d ("syscall: implement sendmsg+recvmsg in pure Perl") --- Documentation/lei-overview.pod | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'Documentation') diff --git a/Documentation/lei-overview.pod b/Documentation/lei-overview.pod index 7095b504..e9a97d64 100644 --- a/Documentation/lei-overview.pod +++ b/Documentation/lei-overview.pod @@ -119,11 +119,13 @@ code repository. =head1 PERFORMANCE NOTES -L is required, lei runs as a background daemon to reduce -startup costs and can provide real-time L/L -Maildir monitoring. L (p5-IO-KQueue on FreeBSD) and -L (liblinux-inotify2-perl and perl-Linux-Inotify2 in -.deb and .rpm-based distros, respectively) are recommended. +L is required on BSDs and can speed things up on Linux. + +lei runs as a background daemon to reduce startup costs and can +provide real-time L/L Maildir monitoring. +L (p5-IO-KQueue on FreeBSD) and L +(liblinux-inotify2-perl and perl-Linux-Inotify2 in .deb and .rpm-based +distros, respectively) are recommended. L is optional (libsocket-msghdr-perl in Debian), and further improves startup performance. Its effect is most felt -- cgit v1.2.3-24-ge0c7