Re: Resource limits for Haskell

8 Mar
2013
8 Mar
'13
2:39 p.m.
Excerpts from Andrew Adams-Moran's message of Fri Mar 08 07:01:29 -0800 2013:
This would correspond to the ability to "freeze" Haskell threads in mid-execution; no MVar blocking necessary. This is not possible with the current RTS. I don't know how hard it would be to do.
We have a way to interrupt Haskell threads mid-execution; could that machinery be used?
It is not difficult to imagine a circumstance where you would like to resume the thread after interrupting it; I don't think the current machinery can do that. Edward
4456
Age (days ago)
4456
Last active (days ago)
0 comments
1 participants
participants (1)
-
Edward Z. Yang