[Haskell-cafe] FFI and concurrency

Johannes Waldmann waldmann at imn.htwk-leipzig.de
Fri Sep 10 06:25:58 EDT 2010


What's the story with FFI calls and concurrency?

I have an expensive calculation performed
by some C function, which I call from Haskell land.
(This works like a charm.)

I have several cores available. How could I run
several of these calculations in parallel?

Thanks, Johannes.




More information about the Haskell-Cafe mailing list