From owner-freebsd-java Sun Oct 17 23: 7:33 1999 Delivered-To: freebsd-java@freebsd.org Received: from berry.cs.brandeis.edu (berry.cs.brandeis.edu [129.64.2.5]) by hub.freebsd.org (Postfix) with ESMTP id 45F5D14CF7 for ; Sun, 17 Oct 1999 23:07:11 -0700 (PDT) (envelope-from meshko@mail.cs.brandeis.edu) Received: from daedalus.cs.brandeis.edu (daedalus.cs.brandeis.edu [129.64.3.179]) by berry.cs.brandeis.edu (8.9.1a/8.9.1a) with ESMTP id CAA22029 for ; Mon, 18 Oct 1999 02:07:30 -0400 (EDT) Received: from localhost (meshko@localhost) by daedalus.cs.brandeis.edu (8.9.1a/8.9.1) with ESMTP id CAA15482 for ; Mon, 18 Oct 1999 02:07:30 -0400 X-Authentication-Warning: daedalus.cs.brandeis.edu: meshko owned process doing -bs Date: Mon, 18 Oct 1999 02:07:30 -0400 (EDT) From: Mikhail Kruk To: java@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, sorry is this is a stupid question, and yes, I should upgrade to 1.1.8 before asking it, but upgrading over the modem is not that easy and I thought that I can ask anyway... Here we go: I have an applet. I run it on jdk 1.1.6 under 3.2-RELEASe and check some execution times. Here are the results (we are talking appletviewer) timer (initial fill): 2167 ms timer (ellipse fill): 5266 ms timer (drop): 5172 ms Now let's try the same under the appletviewer from jdk1.2 Linux port which runs fine under emulation on my box (except that green threads are very slow) timer (initial fill): 487 ms timer (ellipse fill): 1055 ms timer (drop): 1015 ms So Linux emulation gives better performance than netive port? WOuld 1.1.8 do better than that? off-topic: Would using Linux Netscape show the same order of performance boost? Right now this applet take 30 (!) seconds under FreeBSD Netscape. Compare to 1.5 seconds with Windows Netscape and 10 seconds on RedHat... I would appreciate answer to any of these questions! thank you! -m To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message