From owner-freebsd-java@FreeBSD.ORG Thu Aug 14 08:29:36 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 C942837B401; Thu, 14 Aug 2003 08:29:36 -0700 (PDT) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id E160843F85; Thu, 14 Aug 2003 08:29:31 -0700 (PDT) (envelope-from phantom@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h7EIZ1sN032101; Thu, 14 Aug 2003 18:35:01 GMT Received: (from phantom@localhost) by phantom.cris.net (8.12.6/8.12.2) id h7EFaYqJ054045; Thu, 14 Aug 2003 18:36:34 +0300 (EEST) (envelope-from phantom) Date: Thu, 14 Aug 2003 18:36:34 +0300 From: Alexey Zelkin To: deischen@freebsd.org Message-ID: <20030814183634.A53979@phantom.cris.net> References: <20030814162308.A53281@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from eischen@vigrid.com on Thu, Aug 14, 2003 at 09:55:51AM -0400 X-Operating-System: FreeBSD 4.7-STABLE i386 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 List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2003 15:29:37 -0000 hi, On Thu, Aug 14, 2003 at 09:55:51AM -0400, Daniel Eischen wrote: > 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... It depends on nature of problems. Let's see list of problems first.