From owner-freebsd-java@FreeBSD.ORG Thu Aug 14 06:55:56 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 AC5F937B401 for ; Thu, 14 Aug 2003 06:55:56 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E48B43F93 for ; Thu, 14 Aug 2003 06:55:56 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h7EDtpuN010412; Thu, 14 Aug 2003 09:55:53 -0400 (EDT) Date: Thu, 14 Aug 2003 09:55:51 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Alexey Zelkin In-Reply-To: <20030814162308.A53281@phantom.cris.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Erick Smith cc: freebsd-java@freebsd.org Subject: Re: Large Client-Server app X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@freebsd.org List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2003 13:55:57 -0000 On Thu, 14 Aug 2003, Alexey Zelkin wrote: > On Wed, Aug 13, 2003 at 02:24:23PM -0700, Erick Smith wrote: > > I have a large Java project that is a Client-Server app that works through the > > internet using sockets and web browsers. > > > > I have been using the linux java provided by the linux-sun java port to > > operate this project. > > > > I recently built the freebsd native java 1.4.1p3 and have discoverred that the > > freebsd native version of java introduces many errors and problems causing > > the project to fail at multiple points. > > > > Would it be worthwhile for me to try to list what fails and give you some kind > > of bug report, or are the bugs in freebsd-java already known? > > Sure. Please collect this list and send it to me. Actually, this might be good to try with our other 2 thread libraries too. If you can try it under -current and use /etc/libmap.conf to run it with libkse and libthr and see how it fails there, it might also prove useful to us threads guys :-) Hmm, unless you're using green threads instead of native threads... -- Dan Eischen