Concurrent Haskell (GHC) and Win32 Applications ?

Simon Peyton-Jones simonpj@microsoft.com
Tue, 12 Mar 2002 01:04:47 -0800


| Ahem - how far would this be from a "real" multithreaded=20
| implementation, i.e. one that could use a few OS threads to=20
| take advantage of multiple CPUs in an SMP system?

Not very far.  We have had a working implementation of=20
such a thing, but not in a robust releasable state.

S