From owner-freebsd-questions@FreeBSD.ORG Sun Mar 13 13:21:04 2005 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 DAE0A16A4CE for ; Sun, 13 Mar 2005 13:21:04 +0000 (GMT) Received: from smtp11.wanadoo.fr (smtp11.wanadoo.fr [193.252.22.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80FC443D46 for ; Sun, 13 Mar 2005 13:21:04 +0000 (GMT) (envelope-from atkielski.anthony@wanadoo.fr) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf1106.wanadoo.fr (SMTP Server) with ESMTP id 32C381C0009C for ; Sun, 13 Mar 2005 14:21:03 +0100 (CET) Received: from pix.atkielski.com (ASt-Lambert-111-2-1-3.w81-50.abo.wanadoo.fr [81.50.80.3]) by mwinf1106.wanadoo.fr (SMTP Server) with ESMTP id 18B811C00084 for ; Sun, 13 Mar 2005 14:21:03 +0100 (CET) X-ME-UUID: 20050313132103101.18B811C00084@mwinf1106.wanadoo.fr Date: Sun, 13 Mar 2005 14:21:02 +0100 From: Anthony Atkielski X-Priority: 3 (Normal) Message-ID: <2310080683.20050313142102@wanadoo.fr> To: freebsd-questions@freebsd.org In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD & Java X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 13:21:05 -0000 Rhys Campbell writes: > I have an application written in Java that I am thinking about deploying on > FreeBSD. I am considering FreeBSD because of its reputation for stability > and performance. The only concern I have is the port of Java on this system. > I am a newcomer to FreeBSD (a few days in fact) so I just wanted to know > what is the stability / reliability of the Java implementation? Are there > many known problems etc. Why not just write it in C or some other compiled language, and eliminate the variable of a Java interpreter (while improving performance greatly to boot)? -- Anthony