Explore the idea of wrapping your app as an fcgid endpoint. Httpd has two options (mod_fcgid managing the pool, and mod_proxy_fcgi with your own choice of independent pool management.)
This offers the best of both... Larger number of httpd endpoints and less contention between fcgi processes. It is now the recommended approach to PHP and other scripting endpoints. On Feb 19, 2017 06:50, "Tom Browder" <tom.brow...@gmail.com> wrote: On Sun, Feb 19, 2017 at 00:44 Randal L. Schwartz <mer...@stonehenge.com> wrote: > >>>>> "Tom" == Tom Browder <tom.brow...@gmail.com> writes: ... > Randall, I do know that, and I love Perl 6! I also feel comfortable writing CGI programs, so how can I use both most efficiently with my apache web server.? Best regards, -Tom P.S. I enjoyed meeting you and shaking hands with you at YAPC::NA::2016. Thanks for all your contributions to the Perl community!