Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: Debugging DESTROY calls in forking application

by cavac (Parson)
on Mar 13, 2020 at 08:49 UTC ( [id://11114211]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11114211]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-25 14:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found