From owner-freebsd-java Wed Sep 9 10:04:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA12563 for freebsd-java-outgoing; Wed, 9 Sep 1998 10:04:31 -0700 (PDT) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from pobox.com (port33.prairietech.net [208.141.230.110]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA12557 for ; Wed, 9 Sep 1998 10:04:25 -0700 (PDT) (envelope-from alk@pobox.com) Received: (from alk@localhost) by pobox.com (8.8.8/8.7.3) id MAA15403; Wed, 9 Sep 1998 12:07:01 -0500 (CDT) From: Tony Kimball MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 9 Sep 1998 12:07:00 -0500 (CDT) X-Face: O9M"E%K;(f-Go/XDxL+pCxI5*gr[=FN@Y`cl1.Tn Reply-To: alk@pobox.com To: rjs@fdy2.demon.co.uk Cc: freebsd-java@FreeBSD.ORG Subject: Re: Daemonising a Java Process: Possible? References: <13813.27934.606377.693358@compound.east> <199809082154.WAA00626@fdy2.demon.co.uk> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <13814.46288.737653.240366@compound.east> Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Quoth Robert Swindells on Tue, 8 September: : : I find the performance of the existing JDK acceptable on a PII-233, but : I wouldn't want to run it on anything slower. I would rather develop : under FreeBSD anyway, even if it is a bit slower. I'm running on "anything slower" :-(. : To speed up compile times I use the Linux version of IBM's jikes : compiler. Since my TowerJ demo license expired, I'll make a point to try it -- and thanks for the nudge. : >(That is, : >disregarding for the moment the possibility of sufficient Solaris x86 : >ABI support to allow the use of Solaris' libsunwjit.so.) I'm still hoping someone will comment on this:-) : I am currently looking at taking the JIT from Kaffe-0.9.2 and building it : into a shared library that will load into our JDK. Please do share your findings! The other obvious possibility is using the gjc stuff; but that is GPL, and is likely to leak memory (not being designed as part of a long-lived jvm) -- unless you add boehm gc! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message