in reply to Re^9: Strawberry Perl and alarm() on Windows
in thread Strawberry Perl and alarm() on Windows

What you call "defer" is not a special option for signal handling,

It's not my term, but rather that of the perl documentation: Deferred signals.

This happens completely in user mode, inside the perl executable.

Yes. But it still happens. Thus, Perl defers taking any action on the signal, until the current opcode has completed. That's how "safe signals" work.

But, this is way outside my knowledge base. -- Yes, it seems so.

It always amazes me how little the vast majority of linux users know about the way their OS works.


With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority". I'm with torvalds on this
In the absence of evidence, opinion is indistinguishable from prejudice. Agile (and TDD) debunked
  • Comment on Re^10: Strawberry Perl and alarm() on Windows