From owner-freebsd-java@FreeBSD.ORG Sun Jan 11 14:49:13 2004 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 5ECAF16A4CE for ; Sun, 11 Jan 2004 14:49:13 -0800 (PST) Received: from kryten.alphazed.net (kryten.alphazed.net [212.42.1.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9068243D3F for ; Sun, 11 Jan 2004 14:49:06 -0800 (PST) (envelope-from andrew.liles@starfishzone.com) Received: (qmail 72705 invoked from network); 11 Jan 2004 22:49:05 -0000 X-L7-Peer-IP: 81.2.81.105 X-L7-Peer-HELO: moray.starfishzone.com X-L7-Auth: akexaaaa/www.location7.com Received: from unknown (HELO moray.starfishzone.com) (81.2.81.105) by kryten.alphazed.net with RC4-SHA encrypted SMTP; 11 Jan 2004 22:49:02 -0000 Message-Id: <6.0.0.22.2.20040111224426.01e22c98@localhost> X-Sender: akexaaaa/www.location7.com@localhost X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Sun, 11 Jan 2004 22:48:43 +0000 To: freebsd-java@freebsd.org From: Andrew Liles Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Threads & SMP 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: Sun, 11 Jan 2004 22:49:13 -0000 I have successfully installed jvm1.4.2 + patchset 6 and have it running a complex non-GUI application with no problem on a 2xCPU FreeBSD 4.9. What should I expect regarding applications with more than 1 Java thread on a multiprocessor box? Should I expect to see the work spread across CPUs? Andrew Liles.