From owner-freebsd-questions@FreeBSD.ORG Tue Oct 21 04:10:38 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CE1816A4C0 for ; Tue, 21 Oct 2003 04:10:38 -0700 (PDT) Received: from vvi.com (vvionly.penn.com [208.22.30.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0455A43F93 for ; Tue, 21 Oct 2003 04:10:37 -0700 (PDT) (envelope-from lbland@vvi.com) Received: from vvi.com ([206.229.112.1] verified) by vvi.com (CommuniGate Pro SMTP 4.1.5) with ESMTP id 2970586 for freebsd-questions@freebsd.org; Tue, 21 Oct 2003 07:19:55 -0400 Date: Tue, 21 Oct 2003 07:19:54 -0400 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed From: lbland To: freebsd-questions@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <7EBE078C-03B8-11D8-98DF-0030659A531A@vvi.com> X-Mailer: Apple Mail (2.552) Subject: IPC with socket connection? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 11:10:38 -0000 hi- I have two processes running on the same computer communicating with sockets created with AF_INET. It works extraordinarily well. I choose all the normal stuff to make the sockets, but I think if I choose some other flags, specific to IPC on the same computer, then the connection will be much more optimized. Where should I look for optimization flags? I looked in all the normal places, but can't find any. TIA- -lance