From owner-freebsd-hackers Wed Nov 13 14:30:43 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA21853 for hackers-outgoing; Wed, 13 Nov 1996 14:30:43 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA21815 for ; Wed, 13 Nov 1996 14:30:15 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id PAA23015; Wed, 13 Nov 1996 15:18:46 -0700 From: Terry Lambert Message-Id: <199611132218.PAA23015@phaeton.artisoft.com> Subject: Re: Programming technique for non-forking servers? To: carson@lehman.com Date: Wed, 13 Nov 1996 15:18:46 -0700 (MST) Cc: terry@lambert.org, stesin@gu.net, hackers@freebsd.org, squid-users@nlanr.net, basch@lehman.com In-Reply-To: <199611132127.QAA18882@dragon.lehman.com> from "carson@lehman.com" at Nov 13, 96 04:27:13 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > >>>>> "Terry" == Terry Lambert writes: > > Terry> I think the async connect is not an issue, since as a server, all > Terry> connections are *inbound*, not outbound. You use "accept", not > Terry> "connect". > > True. Unless you're a proxy server (like squid). You mean "an http client, like squid". 8-P. He said "server", specifically. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.