[Haskell] Composing channels

Bryan O'Sullivan bos at serpentine.com
Tue May 22 18:07:52 EDT 2007


Setzer, Sebastian (ext) wrote:

> If you want to respond, it gets difficult.

I have a two-way serialising network channel socked away somewhere that 
uses Data.Binary and lazy ByteStrings, but it's not complete.

> Looks quite difficult. Are there any simpler solutions for typesafe
> network-communications? Are there plans to include some kind of "network
> transparent channels" in the haskell library (or are they already there
> and I overlooked them)?

There's an old paper about port-based distributed Haskell, but the code 
available from the authors is rather complicated and has long since 
bit-rotted.

	<b


More information about the Haskell mailing list