[Haskell-cafe] Garbage collection and finalizer thread priority
Simon Marlow
simonmar at microsoft.com
Thu Jun 16 10:44:18 EDT 2005
On 13 June 2005 16:55, Sebastian Sylvan wrote:
> On 6/13/05, Simon Marlow <simonmar at microsoft.com> wrote:
>
>> I presume you're running GHC. There's no way to increase the
>> priority of a thread - GHC's scheduler doesn't have a concept of
>> priorities.
>>
>
> Just out of curiousity, what scheme does GHC use for scheduling
> threads?
Just round-robin, at the moment.
Cheers,
Simon
More information about the Haskell-Cafe
mailing list