Well,
as I wrote, I was playing around with local, to perform a
kind of nothing-left-open-test - and nothing doesn't work.
What is interessting is, that there is now an example at
http://www.cpanforum.com/dist/threads that works,
it causes the threads to break their sleep, and the signals SIGUSR1
were set or thrown by mum.


As soon as I changed it a bit (code even there) that signals from
'outside' should be caught - it fails again: the SIGUSR1 were sent
to the threads, mum waits,but the thread's sleep is not broken.


So it seems this is something that Perl can't do!

Surprised and and bit disappointed,
Carl


In reply to Re^4: Gracefull Death of a Child: How to Catch Mum's SIGNALS? by Anonymous Monk
in thread Gracefull Death of a Child: How to Catch Mum's SIGNALS? by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.