From owner-freebsd-java@FreeBSD.ORG Tue Mar 4 19:29:18 2014 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3FF14B5F for ; Tue, 4 Mar 2014 19:29:18 +0000 (UTC) Received: from mail-lb0-x22f.google.com (mail-lb0-x22f.google.com [IPv6:2a00:1450:4010:c04::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C0656D63 for ; Tue, 4 Mar 2014 19:29:17 +0000 (UTC) Received: by mail-lb0-f175.google.com with SMTP id w7so5843450lbi.6 for ; Tue, 04 Mar 2014 11:29:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=4DUWCBLuexkzEJ7QMSUC16cLSmbCH/Iw7amN+Jbjae4=; b=vhANx5t7vFY6G/zPkaV57BB+WekH9RIN5ClQ5Kdk4qsmsgUbpJO+T5JxE+wLHrOSVD JPxi0IamgAoNjEUgXddeHZUJPlC307xlk9iNGn9NjN+nvi55cz6kqu9ISAHXkR6/fFjm re+xZUkSi14eUfCkDXqNS0c3FMhaQo/VDUBVwsgc2sG+unk2BU7sRuw704exHjSb/JSU bV6VoUeC3P6KHkjr6JMPZufg53V8WS4R+VfrsXwwn0ag8kT92W/ffAvJdeyHKRuhHrgw mPlrOwuDKmllSeJeXaZqs85+Tgz/2eUOPJu7qKu2b4M/nwpGQOW0Iz1FXHqURt8khhJC u3LA== MIME-Version: 1.0 X-Received: by 10.112.161.133 with SMTP id xs5mr570089lbb.51.1393961355868; Tue, 04 Mar 2014 11:29:15 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.30.211 with HTTP; Tue, 4 Mar 2014 11:29:15 -0800 (PST) In-Reply-To: <53162651.9070201@paladin.bulgarpress.com> References: <53162651.9070201@paladin.bulgarpress.com> Date: Tue, 4 Mar 2014 11:29:15 -0800 X-Google-Sender-Auth: bfikqzzmBUyQvQJAWYBlXlzzJ0w Message-ID: Subject: Re: JDK performance FreeBSD / Linux From: Craig Rodrigues To: Todor Todorov Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-java@freebsd.org" X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Mar 2014 19:29:18 -0000 On Tue, Mar 4, 2014 at 11:15 AM, Todor Todorov wrote: > Hi all, > I have to migrate an old machine (FreeBSD 8.3 + OpenJDK 6 + Tomcat 5.5) > to a new hardware and respectively looking for answers > > One of the options is to use FBSD 10 the other one is 'some Linux'. In > the past there were penalties for using FBSD + Java, not sure what is > the situation now. The hardware will be 2x processors E5, 64GB RAM - > running multi user Java app on Tomcat 7. > > I have to defend the decision to use FBSD but need to have something in > my pockets. In my efforts to set up Jenkins in the FreeBSD cluster, I found two problems with Java on FreeBSD. See: https://wiki.freebsd.org/Jenkins (1) Item #10, issue with JDK on FreeBSD 10 (workaround available) (2) Item #23 issue with JDK on FreeBSD 9.2 (fix available in FreeBSD 9.2-p3) My advice to you is to see if you can propose going with FreeBSD 9.2-p3, until Item #10 is fixed. I hate to say it, but it doesn't really look good for defending your continued use of FreeBSD for a Java app. :( -- Craig