[Haskell-cafe] Precise timing

Brandon Allbery allbery.b at gmail.com
Sun Oct 19 18:54:26 UTC 2014


On Sun, Oct 19, 2014 at 2:50 PM, Jeffrey Brown <jeffbrown.the at gmail.com>
wrote:

> I therefore suspect I have to teach myself, as Brandon suggested, a
> realtime scheduler.


Unless you're running on embedded hardware, you're probably looking for
something like sched_setscheduler(2) (or perhaps more helpfully, chrt(1))
on Linux.

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20141019/3b409a1f/attachment.html>


More information about the Haskell-Cafe mailing list