From owner-freebsd-fs Mon Aug 30 10:11:43 1999 Delivered-To: freebsd-fs@freebsd.org Received: from mail-relay2.yahoo.com (mail-relay2.yahoo.com [206.251.17.77]) by hub.freebsd.org (Postfix) with ESMTP id 9BB0C15857 for ; Mon, 30 Aug 1999 10:11:38 -0700 (PDT) (envelope-from jh@yahoo-inc.com) Received: from borogove.yahoo.com (borogove.yahoo.com [205.216.162.65]) by mail-relay2.yahoo.com (8.9.3/8.9.3) with ESMTP id JAA07235; Mon, 30 Aug 1999 09:33:07 -0700 (PDT) Received: from localhost.yahoo.com (localhost.yahoo.com [127.0.0.1]) by borogove.yahoo.com (8.9.3/8.9.3) with SMTP id JAA08879; Mon, 30 Aug 1999 09:33:06 -0700 (PDT) Message-Id: <199908301633.JAA08879@borogove.yahoo.com> X-Authentication-Warning: borogove.yahoo.com: localhost.yahoo.com [127.0.0.1] didn't use HELO protocol To: "Dodge Ram" Cc: freebsd-fs@FreeBSD.ORG Subject: Re: Sharing file descriptors In-reply-to: Your message of "Mon, 30 Aug 1999 07:24:25 PDT." <19990830142425.4861.qmail@hotmail.com> Date: Mon, 30 Aug 1999 09:33:06 -0700 From: John Hanley Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > take over when the primary process fails Presumably the failure relates to big bulky app logic occasionally coring. Rearchitect so a tiny simple process holds the open file descriptor(s) and communicates through shared mem with your app. See also http://www.socks.nec.com/how2socksify.html http://www.fastcgi.com/ Cheers, JH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message