[Haskell-cafe] FFI - Approaches to C/C++

Ertugrul Söylemez es at ertes.de
Tue Feb 5 06:23:12 CET 2013


kudah <kudahkukarek at gmail.com> wrote:

> I'd object to your implication that Haskell is completely ready for
> use in general soft real-time systems. I was unable to implement a
> multi-threaded application which does a some IO-work in background
> threads in a way so that its GUI won't die. Worker threads simply
> starve the GUI, because Haskell doesn't have thread priorities. And
> even if it had, it would still lag on Windows, due to lack of IO
> manager. Ezyang had, in fact, made a new scheduler, which seems to
> address the problem; and joeyadams tries to make IO-manager for
> windows, but all this isn't going to see the light of day for a while,
> at least until 7.8.1.

Be sure to compile with -threaded.  Also note that GUI libraries often
want to run in a bound thread.


Greets,
Ertugrul

-- 
Key-ID: E5DD8D11 "Ertugrul Soeylemez <es at ertes.de>"
FPrint: BD28 3E3F BE63 BADD 4157  9134 D56A 37FA E5DD 8D11
Keysrv: hkp://subkeys.pgp.net/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130205/0845e51d/attachment.pgp>


More information about the Haskell-Cafe mailing list