tpie icon indicating copy to clipboard operation
tpie copied to clipboard

Use lower OS priority to worker threads

Open Mortal opened this issue 11 years ago • 1 comments

Mortal avatar Feb 27 '13 17:02 Mortal

It seems that Boost does not have this feature, so we'll have to use pthread-specific and Windows-specific syscalls to do this.

http://stackoverflow.com/a/7659469 mentions http://sourceforge.net/projects/threadutility/ which supposedly has priority-changing code for both platforms. See also http://stackoverflow.com/q/601337

Mortal avatar Mar 11 '13 12:03 Mortal