[clean-list] Concurrent programming in Clean 2.2
John van Groningen
johnvg at cs.ru.nl
Wed Aug 22 17:42:35 MEST 2007
Carter Cheng wrote:
>I apologize if this is a bit of a beginners question
>but is it possible to do concurrent programming under
>Clean 2.2 that exploits multiple processors on a
single machine?
No, the code generated by the compiler is not thread safe.
So exploiting multiple processors is only possible by running more than one
process.
A thread safe runtime system and code generator has been implemented for 64
bit windows, but has not yet been released.
Kind regards,
John van Groningen
More information about the clean-list
mailing list