[Haskell-cafe] Re: Threads with high CPU usage
Simon Marlow
marlowsd at gmail.com
Tue Jan 6 11:03:04 EST 2009
Bulat Ziganshin wrote:
> Hello Günther,
>
> Monday, December 22, 2008, 1:57:22 AM, you wrote:
>
> try -threaded, +RTS -N2, and forkOS simultaneously. it may work - i
> don't see reasons why other threads should be freezd why one does
> unsafe call
Please don't suggest using forkOS - it will probably harm performance and
do nothing else, unless you actually need it (i.e. you're using OpenGL).
Cheers,
Simon
More information about the Haskell-Cafe
mailing list