
6 Dec
2004
6 Dec
'04
5:03 p.m.
On Mon, Dec 06, 2004 at 02:18:46PM +0100, Henning Sato von Rosen wrote:
Hi!
My friend wants to do a haskell lab assignment on windows 2000, but the code depends on Select.hs , is there a workaround in windows one can use instead?
Is Cygwin (a / the only) solution
The best/easiest way to handle IO on multiple sockets/pipes in GHC is by using concurrency. GHC's RTS uses select (or poll?) under the hood to implement this. Best regards, Tomasz