From owner-freebsd-hackers Mon Apr 24 16:35:35 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA25121 for hackers-outgoing; Mon, 24 Apr 1995 16:35:35 -0700 Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id QAA25109 ; Mon, 24 Apr 1995 16:35:33 -0700 Received: from YAZ-PISTACHIO.MIT.EDU by MIT.EDU with SMTP id AA21557; Mon, 24 Apr 95 19:35:31 EDT Received: by yaz-pistachio.MIT.EDU (5.57/4.7) id AA19381; Mon, 24 Apr 95 19:35:25 -0400 Message-Id: <9504242335.AA19381@yaz-pistachio.MIT.EDU> To: "Jordan K. Hubbard" Cc: hackers@freefall.cdrom.com Subject: Re: Hot Java.. In-Reply-To: Your message of "Mon, 24 Apr 1995 02:03:57 PDT." <27759.798714237@freefall.cdrom.com> Date: Mon, 24 Apr 1995 19:35:23 EDT From: Christopher Provenzano Sender: hackers-owner@FreeBSD.org Precedence: bulk > > I'm looking over the sources here a little (I shouldn't, but I > couldn't help myself) and it looks like it's going to be a bit of a > bear. It uses threads pretty aggressively, manipulating thread stack > spaces and juggling their internal priorities in addition to all the > usual create/destroy/block thread ops. I haven't looked at pthreads > lately, but I'd say it'll have to be fairly capable to deal with the > demands made on it by Hot Java. I also don't know whether or not Java > assumes your libc to be thread safe, but I rather expect that it does. All this and more comes with the latest pthreads. > > Anyone interested in forming a Java interest group to discuss the > porting of this to FreeBSD? I think it's going to be a post-2.1 > project, and something of a long one at that. It would make sense to > combine effort. Yes. > > Jordan CAP