
28 Sep
2010
28 Sep
'10
9:33 p.m.
On Tue, Sep 28, 2010 at 6:44 PM, Serguey Zefirov
2010/9/29 Tom Hawkins
: In the embedded domain, this could be a fault monitor that reads a bunch of constantly changing sensors.
I think that sensor reading belongs to IO, not STM.
Sensors would be transfered from IO to TVars via a transaction in an input processing thread. My question is not this, but is looselyReadTVar advantageous to STM programming in general? My applications can't use Haskell STM, nor the Haskell runtime, due to their hard realtime requirements. -Tom