From owner-freebsd-virtualization@FreeBSD.ORG Sat Feb 7 22:42:09 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 C1B74106564A for ; Sat, 7 Feb 2009 22:42:09 +0000 (UTC) (envelope-from prvs=julian=2829cc7bb@elischer.org) Received: from smtp-outbound.ironport.com (smtp-outbound.ironport.com [63.251.108.112]) by mx1.freebsd.org (Postfix) with ESMTP id A5CF78FC0C for ; Sat, 7 Feb 2009 22:42:09 +0000 (UTC) (envelope-from prvs=julian=2829cc7bb@elischer.org) Received: from unknown (HELO julian-mac.elischer.org) ([10.251.60.49]) by smtp-outbound.ironport.com with ESMTP; 07 Feb 2009 14:13:44 -0800 Message-ID: <498E0797.4040002@elischer.org> Date: Sat, 07 Feb 2009 14:13:43 -0800 From: Julian Elischer User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: Ragnar Lonn References: <498DF945.3000702@gatorhole.com> In-Reply-To: <498DF945.3000702@gatorhole.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-virtualization@freebsd.org Subject: Re: 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 22:42:10 -0000 Ragnar Lonn wrote: > 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!) sockets are a global resource that are assigned to vimages. However the amount of sockets available are tunable. how many are we talking about here? > > Cheers, > > /Ragnar > > > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to > "freebsd-virtualization-unsubscribe@freebsd.org"