Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: CTRL+C Handling in Perl Threads

by zentara (Archbishop)
on Nov 27, 2012 at 10:46 UTC ( [id://1005836]=note: print w/replies, xml ) Need Help??


in reply to CTRL+C Handling in Perl Threads

See using the thread->kill() feature on linux. When it comes to threads, you must put the signal handler into the thread code block. The main thread receives the signal first, then internally passes it on to each thread, so each thread must have a handler.

I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-19 00:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found