Plexus doesn't die on SIGPIPE

Tony Sanders <sanders@bsdi.com>
Errors-To: sanders@bsdi.com
Errors-To: sanders@bsdi.com
Message-id: <9309301547.AA24286@austin.BSDI.COM>
To: www-talk@nxoc01.cern.ch
Subject: Plexus doesn't die on SIGPIPE
In-Reply-To: Marc Andreessen's message of Thu, 30 Sep 93 02:13:33 CDT.
Errors-To: sanders@bsdi.com
Reply-To: sanders@bsdi.com
Organization: Berkeley Software Design, Inc.
Date: Thu, 30 Sep 1993 10:47:54 -0500
From: Tony Sanders <sanders@bsdi.com>
> It appears that the CERN server is not catching SIGPIPE, which is

FYI: Plexus doesn't have this problem because I fork() and only the
child handles the request so it *should* get the SIGPIPE and die.
So if you are using Plexus you are ok.

--sanders