From owner-freebsd-virtualization@FreeBSD.ORG Sat Feb 7 21:30:23 2009 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1E86106567A for ; Sat, 7 Feb 2009 21:30:23 +0000 (UTC) (envelope-from ragnar@gatorhole.com) Received: from svosch.gatorhole.com (lonn.org [213.136.43.225]) by mx1.freebsd.org (Postfix) with ESMTP id 9000E8FC12 for ; Sat, 7 Feb 2009 21:30:23 +0000 (UTC) (envelope-from ragnar@gatorhole.com) Received: from 90-227-60-174-no53.tbcn.telia.com (90-227-60-174-no53.tbcn.telia.com [90.227.60.174]) (Authenticated sender: ragnar@gatorhole.com) by svosch.gatorhole.com (Postfix) with ESMTPSA id 204F4BE589 for ; Sat, 7 Feb 2009 22:16:42 +0100 (CET) Message-ID: <498DF945.3000702@gatorhole.com> Date: Sat, 07 Feb 2009 22:12:37 +0100 From: Ragnar Lonn User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: freebsd-virtualization@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: More open sockets with vimages? X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2009 21:30:24 -0000 Hi all, I am a longtime (well, since 2004 or so) vimage user. It's really nice to see this great stuff getting into the main branch! I have a quick question for the list: I want to be able to have a machine handle a *lot* of open network connections. Many systems have various issues with this, but I thought that if FreeBSD's vimages might be able to get around the problem. Is it possible to have more open network sockets using multiple vimages, than it is on a FreeBSD without vimage? Are sockets still a global resource, or do they get multiplied with each vimage? I apologize if this is a stupid question, I haven't been using FreeBSD+vimages in a while (although I hope to change that soon!) Cheers, /Ragnar