Received: from SOUTH-STATION-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA03775; Mon, 11 Mar 96 06:24:05 EST
Received: from liquor.cabi.net by MIT.EDU with SMTP
	id AA10614; Mon, 11 Mar 96 06:22:50 EST
Received: by liquor.cabi.net (8.7.3/8.7.3) id GAA09163; Mon, 11 Mar 1996 06:19:43 -0500
Resent-Date: Mon, 11 Mar 1996 06:19:43 -0500
Message-Id: <9603111118.AA04871=frankt@ara.cwi.nl>
X-Mailer: exmh version 1.6.5 12/11/95
To: java-linux@java.blackdown.org
Subject: (What I am doing) Re: Assorted bits and proverbial bobs 
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Mon, 11 Mar 1996 12:18:14 +0100
From: Frank Teusink <Frank.Teusink@cwi.nl>
Resent-Message-Id: <"PK1ew2.0.6E2.3m0Hn"@liquor>
Resent-From: java-linux@java.blackdown.org
X-Mailing-List: <java-linux@java.blackdown.org> archive/latest/1323
X-Loop: java-linux@java.blackdown.org
Precedence: list
Resent-Sender: java-linux-request@java.blackdown.org

Hi,

Ok. So you want to know what people are doing. Well, I am building a
Bridge Client/Server system in Java. All very premature, though there
should be a 0.1alpha version to show in a couple of weeks. At least
for playing a straight rubber.

Right now, I am strugling a bit with threads. I have a packet handler
around a Socket. One of its methods is waitFor(), which allows an object
to wait for a certain message on that object (the packet handler does
some kind of multiplexing). Anyway, I have some troubles waking up
the waiting object when his packet arrives (I use wait() and notify()).
Too soon to bug you with the details, though.

One question. Does anyone have experience with using Thread objects as
keys in a Hashtable? Does it work/not work? I don't know why it shouldn't
work, but it not working could be a reason for me having this problem.

Cheers,

Frank

P.S. I also get the impression Linux java is faster than SUN java. My
     16MB 486-80 seems to outperform SUN Sparcstation 4's, especially
     on compiling.
-- 
Frank Teusink          CWI
email: frankt@cwi.nl   P.O.Box 94079
tel: +31 20 592 4075   1090 GB  Amsterdam
fax  +31 20 592 4199   The Netherlands


