[Haskell-cafe] Re: Haskell-Cafe Digest, Vol 55, Issue 20

Maverick maverick_as_2000 at yahoo.es
Mon Mar 17 09:58:17 EDT 2008


Thanks Sterl, you're right, this was because I have don´t compiled with the -threaded flag, this works fine now.

> This answer may be way off base, but if differences appear between  
> ghci and compiled versions, I've often found its as simple as  
> remembering to compile with the -threaded flag. The ghci runtime is  
> threaded by default, as I understand it, while compiled binaries are  
> not, and IO operations will block in very different fashions (i.e. in
> their own thread, or stalling the entire app) depending on the runtime.

> Regards,
> sterl.
Alvaro



       
______________________________________________ 
¿Con Mascota por primera vez? Sé un mejor Amigo. Entra en Yahoo! Respuestas http://es.answers.yahoo.com/info/welcome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20080317/7dbff319/attachment.htm


More information about the Haskell-Cafe mailing list