From owner-freebsd-questions@FreeBSD.ORG Sun Jan 11 09:15:41 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B72C106564A for ; Sun, 11 Jan 2009 09:15:41 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 068768FC1F for ; Sun, 11 Jan 2009 09:15:39 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n0B9FXqb025264; Sun, 11 Jan 2009 10:15:33 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n0B9FXKo025261; Sun, 11 Jan 2009 10:15:33 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 11 Jan 2009 10:15:33 +0100 (CET) From: Wojciech Puchar To: Mikel Lindsaar In-Reply-To: <57a815bf0901110038t24071058m134d438339888b5b@mail.gmail.com> Message-ID: <20090111101445.Y25260@wojtek.tensor.gdynia.pl> References: <57a815bf0901110038t24071058m134d438339888b5b@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Linux binary execution performance hit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jan 2009 09:15:41 -0000 > > Question, what sort of performance hit does FreeBSD 7.0 have on > running linux binaries? > > The program in question is Ruby, I'm looking at putting ruby compiled > on a linux box over onto a FreeBSD system so I can take advantage of > the Oracle Instant client. But will look at other options if this is > going to be a lot slower. > no it won't be much slower. linux programs's speed under FreeBSD is comparable to same under linux. it's not "emulation" in strict sense, rather second ABI.