FW: ??

John Martyn jamartyn@gte.net
Wed, 3 Feb 1999 09:44:53 -0600



-----Original Message-----
From:	John Martyn [SMTP:jamartyn@gte.net]
Sent:	Wednesday, February 03, 1999 9:19 AM
To:	'clean-list@cs.kun.nl'
Subject:	RE: ??

Martin,
Please remove my name ffrom your "clean" list.  I have no interest whatsoever in your ongoing discussions about programming.
thanks,

John

----------
From: 	Martin Wierich[SMTP:martinw@cs.kun.nl]
Sent: 	Wednesday, January 27, 1999 11:25 AM
To: 	clean-list@cs.kun.nl
Subject: 	Re: ??

Hi,

In about two month, the Object IO library will contain a TCP interface.
It will contain a synchronous and an asynchronous part. A synchronous
receive of  data will block the program until some data has arrived. The
asynchronous part is to go around the problems involved with blocking
(and polling). In this event driven model, the callback function of a
(Object IO library) receiver will be called with the received data as a
parameter.

regards
  Martin Wierich

"Eythan M. Weg" wrote:

> Is it currently possible to create
> interacting programs running on
> different machines?  I had in mind using
> sockets but do not know if Clean support
> it. Thanks.
> eythan