[Haskell-cafe] Thread priority?

John Van Enk vanenkj at gmail.com
Sat Apr 25 01:13:34 EDT 2009


+1

Incredibly interested if this goes anywhere. Willing to help!

-----Original Message-----
From: Christopher Lane Hinson <lane at downstairspeople.org>
Sent: Friday, April 24, 2009 10:48 PM
To: haskell-cafe at haskell.org
Subject: [Haskell-cafe] Thread priority?


Is there any interest or movement in developing thread priority or any 
other realtime support in Haskell?

Right now, if I have tasks that need to be responsive in real time, even 
if the realtime needs are very soft, it seems that the only option is to 
try to ensure that at least one hardware thread is kept clear of any other 
activity.

To be very useful to me, thread priority would not need to come with very 
strict guarantees, but there would need to be a way to make sure that 
`par` sparks and DPH inherit the priority of the sparking thread.

In part I ask because I'm working on a small library to support a degree 
of cooperative task prioritization.

Friendly,
--Lane
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe at haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe



More information about the Haskell-Cafe mailing list