Network Programming with Haskell ?

John Meacham john@repetae.net
Sun, 1 Dec 2002 18:41:41 -0800


that is what Concurrent is for, Haskell threads, (well GHC threads) are
lightweight and can be used for selectlike purposes without too much
overhead. I use them quite effectivly for complex networked
applications..

see
http://haskell.org/ghc/docs/latest/html/base/Control.Concurrent.html


On Mon, Dec 02, 2002 at 11:07:24AM +0900, Ahn Ki-yung wrote:
> No select or poll functions in Network module yet ?
> 
> listenOn and accept isn't enough for network programming.
> 
> IO multiplexing is needed.
> 
> It was a wish list.
> 
> -- 
> Ahn Ki-yung
> 
> 
> _______________________________________________
> Glasgow-haskell-users mailing list
> Glasgow-haskell-users@haskell.org
> http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
> 

-- 
---------------------------------------------------------------------------
John Meacham - California Institute of Technology, Alum. - john@foo.net
---------------------------------------------------------------------------