From owner-freebsd-stable@FreeBSD.ORG Sat Nov 19 07:11:27 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CA4616A41F for ; Sat, 19 Nov 2005 07:11:27 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFF2943D45 for ; Sat, 19 Nov 2005 07:11:26 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from smiley (mail.bitfreak.org [65.75.198.146]) by mail.bitfreak.org (Postfix) with ESMTP id 4B44C19F2C; Fri, 18 Nov 2005 23:17:59 -0800 (PST) From: "Darren Pilgrim" To: "'Its Azfar'" , Date: Fri, 18 Nov 2005 23:11:16 -0800 Message-ID: <000201c5ecd8$7232f380$652a15ac@smiley> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <20051119063201.9839.qmail@web54501.mail.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal Cc: Subject: RE: Few questions. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Nov 2005 07:11:27 -0000 Its Azfar wrote: >=20 > I want to move my servers on freebsd from linux and I > need few information regarding freebsd > compatibilities. >=20 > 1. What is the current status of freebsd compatibility > with Java. Multiple versions of Sun's JDK is available in the java/ directory of = the Ports Collection. The FreeBSD Java Project, which is responsible for porting Java to FreeBSD can be found at http://www.freebsd.org/java/. > 2. What is the current status of freebsd compatibility > with MySQL. MySQL runs very well on FreeBSD. Multiple MySQL server and client = versions are available in databases/ directory of the Ports Collection. There is = no authoritative site for MySQL on FreeBSD to my knowledge, but = installation is very straight forward. > 3. What is the current status of freebsd compatibility > with SMP and Threading. SMP with FreeBSD is extremely stable with both 5.x and 6.x. Both = schedulers are good choices in the latest 5.x and 6.x, but I would recommend using = the 4BSD scheduler over the ULE scheduler in a production environment. There is an implementation of LinuxThreads available for FreeBSD. You = can get it by installing the devel/linuxthreads port. The MySQL ports have options to let you build them with linuxthreads support.