From owner-freebsd-java@FreeBSD.ORG Tue Dec 2 13:12:39 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 883B116A4CE for ; Tue, 2 Dec 2003 13:12:39 -0800 (PST) Received: from hyperreal.org (taz3.hyperreal.org [209.237.226.90]) by mx1.FreeBSD.org (Postfix) with SMTP id C238843F93 for ; Tue, 2 Dec 2003 13:12:38 -0800 (PST) (envelope-from brian@hyperreal.org) Received: (qmail 46010 invoked from network); 2 Dec 2003 21:12:40 -0000 Received: from localhost.hyperreal.org (HELO fez.hyperreal.org) (127.0.0.1) by localhost.hyperreal.org with SMTP; 2 Dec 2003 21:12:40 -0000 Received: (qmail 56587 invoked by uid 1000); 2 Dec 2003 21:12:37 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 2 Dec 2003 21:12:37 -0000 Date: Tue, 2 Dec 2003 13:12:37 -0800 (PST) From: Brian Behlendorf To: java@freebsd.org Message-ID: <20031202130629.U56021@fez.hyperreal.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: localhost.hyperreal.org 1.6.2 0/1000/N Subject: Running server-side Java on FreeBSD in production environments X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 21:12:39 -0000 So, I've seen a few mentions here of folks using Java server apps on FreeBSD in production. I've been very happy to watch the progress by the Java team on the native JDKs from the sidelines, as well as the improvements to libc_r and such that have been MFC'd, but I'm curious as to whether the consensus on this list is that it's ready to be used for production. Anyone want to share good success or horror stories? We're trying to determine whether the apache.org box can start to run our own software. :) Speed is definitely less important than proper functioning. Brian