]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: document PERL_INLINE_DIRECTORY usage
authorEric Wong <e@80x24.org>
Thu, 8 Sep 2016 20:15:25 +0000 (20:15 +0000)
committerEric Wong <e@80x24.org>
Thu, 8 Sep 2016 20:19:14 +0000 (20:19 +0000)
For now, we will document this since it allows better
performance without the burden of extensions.  Perhaps one day
far in the future Perl can natively support vfork(2) AND that
version of Perl will be widely available, but I suspect that day
is at least a decade away, if not two:

https://rt.perl.org/Ticket/Display.html?id=128227

Documentation/public-inbox-daemon.pod
Documentation/public-inbox-watch.pod

index 42beda69927d5104769145eeac01d5cb8c5a04ef..72794a51b92f91a2b814e630e12d48113bc598e3 100644 (file)
@@ -133,6 +133,18 @@ See L<public-inbox-config(5)>
 Used by systemd (and compatible) installations for socket
 activation.  See L<systemd.socket(5)> and L<sd_listen_fds(3)>.
 
+=item PERL_INLINE_DIRECTORY
+
+Pointing this to point to a writable directory enables the use
+of L<Inline> and L<Inline::C> extensions which may provide
+platform-specific performance improvements.  Currently, this
+enables the use of L<vfork(2)> which speeds up subprocess
+spawning with the Linux kernel.
+
+public-inbox will never enable L<Inline::C> automatically without
+this environment variable set.  See L<Inline> and L<Inline::C>
+for more details.
+
 =back
 
 =head1 UPGRADING
index 404303e89c060be1f3bcb6f6132f072b55fb7c48..a59ba32bb66b4355cbf1607c37856740d8f67f04 100644 (file)
@@ -101,6 +101,12 @@ startup.
 config file. default: ~/.public-inbox/config
 See L<public-inbox-config(5)>
 
+=item PERL_INLINE_DIRECTORY
+
+This may affect any public-inbox processes, but is intended
+for long-lived ones such as C<public-inbox-watch> or network
+daemons.  See L<public-inbox-daemon(8)>.
+
 =back
 
 =head1 CONTACT