We start xap_helper processes early in both public-facing
daemons to ensure maximum sharing. lei may be different
since lingering processes likely sit idle for long periods
and we don't want to tie up RAM or swap space for idle
processes.
do_enquire($self, $qry, $opt, TS);
}
-sub xhc_start_maybe (@) {
- require PublicInbox::XapClient;
- my $xhc = PublicInbox::XapClient::start_helper(@_);
- require PublicInbox::XhcMset if $xhc;
- $xhc;
-}
-
my %QPMETHOD_2_SYM = (add_prefix => ':', add_boolean_prefix => '=');
sub xh_opt ($$) {