http://qs321.pair.com?node_id=11114211


in reply to Re: Debugging DESTROY calls in forking application
in thread Debugging DESTROY calls in forking application

It's a webserver backend. It doesn't call back to the main process. And it's forking, not threading.

perl -e 'use Crypt::Digest::SHA256 qw[sha256_hex]; print substr(sha256_hex("the Answer To Life, The Universe And Everything"), 6, 2), "\n";'

Replies are listed 'Best First'.
Re^3: Debugging DESTROY calls in forking application
by bliako (Monsignor) on Mar 13, 2020 at 10:13 UTC

    Oh sorry, I missed the fork vs thread. So no shared data.