Re: Does perl really need to use sigsetjmp? (18%performancehit)

2001-01-22 Thread Alan Burlison
Uri Guttman wrote: > my scheme allows the user to do that. they just create a regular thread > and request all their signal events in that thread. but my design also > allows different threads to handle different signals (and multiple > threads to handle the same one). Hmm. So how will you know

Re: Does perl really need to use sigsetjmp? (18%performancehit)

2001-01-22 Thread Uri Guttman
> "AB" == Alan Burlison <[EMAIL PROTECTED]> writes: AB> Uri Guttman wrote: >> my scheme allows the user to do that. they just create a regular thread >> and request all their signal events in that thread. but my design also >> allows different threads to handle different signals (and