Re: Threads signalling issue [was RE: threads change]
[email protected] (Artur Bergman)
| Newsgroups | perl.perl5.porters,perl.ithreads |
|---|---|
| Message-ID | <[email protected]> |
On Jul 15, 2006, at 2:02 AM, Jan Dubois wrote: > OS > level signals are always delivered to the current interpreter in > the main thread. Really? :) This is highly OS dependant, look at linux where you used to be able to signal each individual thread. Artur