Am Donnerstag, 16. Februar 2006 20:17 schrieb Carlo Capocasa: > Hi, > > I'd like to make my application threaded and one of them realtime. Can > someone point me to a tried-and-tested way to do this?
Here's the Thread class from LinuxSampler which can obtain RT scheduling as well: http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/linuxsampler/src/common/Thread.h http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/linuxsampler/src/common/Thread.cpp So that class is used for all threads in LinuxSampler. CU Christian
