From owner-freebsd-performance@FreeBSD.ORG Fri Apr 21 19:19:55 2006 Return-Path: X-Original-To: freebsd-performance@freebsd.org Delivered-To: freebsd-performance@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3540216A403 for ; Fri, 21 Apr 2006 19:19:55 +0000 (UTC) (envelope-from patpro@patpro.net) Received: from smtp1-g19.free.fr (smtp1-g19.free.fr [212.27.42.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCF9A43D58 for ; Fri, 21 Apr 2006 19:19:54 +0000 (GMT) (envelope-from patpro@patpro.net) Received: from [82.235.12.223] (boleskine.patpro.net [82.235.12.223]) by smtp1-g19.free.fr (Postfix) with ESMTP id C98438F980; Fri, 21 Apr 2006 21:19:53 +0200 (CEST) In-Reply-To: <44487B21.7000203@rogers.com> References: <7471F687-D1AC-4656-A037-CFED130A406D@patpro.net> <44487B21.7000203@rogers.com> Mime-Version: 1.0 (Apple Message framework v749.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <76653CEC-76E4-4E9B-904C-C637BFD3F210@patpro.net> Content-Transfer-Encoding: 7bit From: Patrick Proniewski Date: Fri, 21 Apr 2006 21:19:52 +0200 To: Mike Jakubik X-Mailer: Apple Mail (2.749.3) Cc: freebsd-performance@freebsd.org Subject: Re: what about java application performances ? X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 19:19:55 -0000 On 21 avr. 2006, at 08:26, Mike Jakubik wrote: > Patrick Proniewski wrote: >> there is an extensive discussion here about MySQL performance on >> FreeBSD compared to linux and also comparing various options on >> FreeBSD side (threading lib, ...). What about Java application >> perfs (tomcat and other) ? Are there any benches around comparing >> multi-user java application performances on FreeBSD and Linux ? > > These are very specific benchmarks, perhaps you could start some of > your own. Also, do not dismiss the advantage of an OS that is very > easy to manage and keep up to date. well, in fact I'm barely able to install a Linux on our existing hardware. My first attempt to put a debian on the fujitsu RX300 (first gen) with a good kernel (more than 4Go RAM and SMP) is an absolute failure. I'm very far from being able to deliver benchmarks. But well, it's my very first debian install. By the way, I understand that installing a native java on FreeBSD is not straighforward, isn't it ? one have to go with a java in compat_linux and then build a java for the freebsd host, is it right ? Patrick