The problem was in censorLogs - it forked a sub-process and failed to wait
for its conclusion.  I eliminated the fork and the proliferation of
processes seems to have stopped.

Thank you for your attention.  As expected, I was doing something stupid.

Regards,

Joe Fridy

On Fri, Nov 20, 2020 at 1:16 PM Joseph Fridy <jmfr...@gmail.com> wrote:

> This target:
>
> any '/publicKey' => sub {
>   my $c = shift;
>
>   my $publicKey = `gpg --armor --export $FromAddress`;
>
>   $c->render(text => "<pre>$publicKey</pre>");
>   censorLogs();
>
> };
>
> When visited will increase the count of processes by one.  Apparently
> forever.
>
> regards,
>
> Joe Fridy
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojolicious+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojolicious/CA%2Bj3PDg%3DFLP0FqWfrw-3oriWThh3s3-bWNkiudVKq88jtVsz4w%40mail.gmail.com.

Reply via email to