From owner-freebsd-hackers Sun Jun 9 23:42:23 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from hawk.mail.pas.earthlink.net (hawk.mail.pas.earthlink.net [207.217.120.22]) by hub.freebsd.org (Postfix) with ESMTP id C31A337B40B for ; Sun, 9 Jun 2002 23:42:19 -0700 (PDT) Received: from pool0081.cvx40-bradley.dialup.earthlink.net ([216.244.42.81] helo=mindspring.com) by hawk.mail.pas.earthlink.net with esmtp (Exim 3.33 #2) id 17HIsc-0007GK-00; Sun, 09 Jun 2002 23:42:18 -0700 Message-ID: <3D044A25.3FB00222@mindspring.com> Date: Sun, 09 Jun 2002 23:41:41 -0700 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: tyler spivey Cc: freebsd-hackers@freebsd.org Subject: Re: signals and applications References: <20020610004426.KJAK22164.priv-edtnes27.telusplanet.net@a7a42593> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 trapping SIGINT, and Linux is doing the wrong thing? -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message