In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Dan Sugalski) wrote:

> At 12:25 PM +0000 3/12/04, Arthur Bergman wrote:
> >Hi,
> >
> >Tracking down test failures in ponie I noticed some tests using 
> >SIGINT failing, they don't fail when I change the tests using 
> >SIGUSR1, making me think that parrot somehow hijacks SIGINT but not 
> >other signals.
> >
> >Is this per design or is it something that should be fixed?
> 
> It'll ultimately be by design--parrot'll end up snagging all the 
> signals. We need to put together some sort of scheme for it, though, 
> since that's untenable in an embedding environment.
> -- 


So, we need a design that works for embedded environments where parrot 
cannot grab signals.

A way for the embedding app to raise signals in parrot using the 
embed.api?

Arthur

Reply via email to