Re: signals and applications

2002-06-10 Thread Terry Lambert
tyler spivey wrote: ok - I hope I can get an answer: how come (under linux) i can use my favourite web browser and hit ^c (interrupt) and it will interrupt any network application, but under FreeBSD there are some operations that can't be interupted and just wait there? Your application is

signals and applications

2002-06-09 Thread tyler spivey
ok - I hope I can get an answer: how come (under linux) i can use my favourite web browser and hit ^c (interrupt) and it will interrupt any network application, but under FreeBSD there are some operations that can't be interupted and just wait there? To Unsubscribe: send mail to [EMAIL

Re: signals and applications

2002-06-09 Thread Alfred Perlstein
* tyler spivey [EMAIL PROTECTED] [020609 17:44] wrote: ok - I hope I can get an answer: how come (under linux) i can use my favourite web browser and hit ^c (interrupt) and it will interrupt any network application, but under FreeBSD there are some operations that can't be interupted and

Re: signals and applications

2002-06-09 Thread Kip Macy
I've seen instances of this with ping, I just assumed it was an artifact of signal delivery only occurring after returning from blocking operations. -Kip On Sun, 9 Jun 2002, Alfred Perlstein wrote: * tyler spivey [EMAIL PROTECTED] [020609 17:44] wrote: ok -