in reply to Re: Re: Re: Re: Perl threads - telling them urgent stuff
in thread Perl threads - telling them urgent stuff

Okay. I think I have found the source of the confusion. There are two packages on CPAn by the same name. The one your looking at is this This one, which is obsolete.

However, there is also this one which liz wrote quite recently specifically to enable the use of signals and signal handlers across and between threads (for linux and similar systems).


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail
Hooray!

  • Comment on Re: Re: Re: Re: Re: Perl threads - telling them urgent stuff

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: Perl threads - telling them urgent stuff
by pg (Canon) on Oct 20, 2003 at 01:28 UTC
    Fair enough, and hope he is using Linux ;-P
      Anonymous Monk == Me.

      The original implementation of my code was for Linux, but wasn't threaded. This new version is for Win32 and therefore I have to abide by new rules. A lot of things are much easier in Linux :/