about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorŠtěpán Němec <stepnem@smrk.net>2023-09-02 22:45:01 +0200
committerEric Wong <e@80x24.org>2023-09-02 20:48:59 +0000
commit18c6c4e81dca1d81f6ff2bb284554b5fca2ef163 (patch)
treee8fe1d7743d84f671dd005fde10d2c4b3b6d9e07 /Documentation
parent36c0c299ee9a8bb9cd6a64c516e395e6f2ebe478 (diff)
downloadpublic-inbox-18c6c4e81dca1d81f6ff2bb284554b5fca2ef163.tar.gz
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")
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/lei-overview.pod12
1 files changed, 7 insertions, 5 deletions
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<Inline::C> is required, lei runs as a background daemon to reduce
-startup costs and can provide real-time L<kqueue(2)>/L<inotify(7)>
-Maildir monitoring.  L<IO::KQueue> (p5-IO-KQueue on FreeBSD) and
-L<Linux::Inotify2> (liblinux-inotify2-perl and perl-Linux-Inotify2 in
-.deb and .rpm-based distros, respectively) are recommended.
+L<Inline::C> 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<kqueue(2)>/L<inotify(7)> Maildir monitoring.
+L<IO::KQueue> (p5-IO-KQueue on FreeBSD) and L<Linux::Inotify2>
+(liblinux-inotify2-perl and perl-Linux-Inotify2 in .deb and .rpm-based
+distros, respectively) are recommended.
 
 L<Socket::MsgHdr> is optional (libsocket-msghdr-perl in Debian),
 and further improves startup performance.  Its effect is most felt