From owner-freebsd-java Fri Sep 13 3:50:31 2002 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 66F5537B400 for ; Fri, 13 Sep 2002 03:50:27 -0700 (PDT) Received: from ns.gddsn.org.cn (ns.gddsn.org.cn [210.21.6.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4C4643E6E for ; Fri, 13 Sep 2002 03:50:26 -0700 (PDT) (envelope-from hwh@ns.gddsn.org.cn) Received: from mail.gddsn.org.cn (gw [210.21.6.34]) by ns.gddsn.org.cn (Postfix) with ESMTP id 44B3A38CBD0; Fri, 13 Sep 2002 18:50:20 +0800 (CST) Message-ID: <3D81C2EB.4030706@mail.gddsn.org.cn> Date: Fri, 13 Sep 2002 18:50:19 +0800 From: Huang wen hui User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; zh-CN; rv:1.0.0) Gecko/20020728 X-Accept-Language: zh-cn, zh-tw, en-us MIME-Version: 1.0 To: "Bill Huey (Hui)" Cc: Huang wen hui , java Subject: Re: classloader do not search jre/lib/ext using hotspot vm. References: <3D7A934F.7070503@mail.gddsn.org.cn> <20020908005724.GA3457@gnuppy.monkey.org> <3D7AB2FE.6030903@mail.gddsn.org.cn> <20020913074448.GA4720@gnuppy.monkey.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Bill Huey (Hui) wrote: >On Sun, Sep 08, 2002 at 10:16:30AM +0800, Huang wen hui wrote: > >My development environment is up and running again and... > > > >>Well, It is very stable. I can use JB7 under -current without any >>problem. >>I still got some problem with hotspot: >> >>1. thread.sleep() not work correctly. >> >> > >I just wrote up a thread/sleep test program and all the periodic threads >work correctly that I have tested. > > > >>2. tomcat accept user request very slowly, also because thread.sleep(). >> >> > >Do you have an example of this code ? > Install tomcat from /usr/ports/www/jakarta-tomcat3, and then open "http://localhost:8080". I found that the open operation is very slowly. After I remove all Thread.sleep() in tomcat source, tomcat works fine again. That is all. --hwh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message