Login  Register

Re: linux thread priorities

Posted by David T. Lewis on Feb 04, 2010; 2:38am
URL: https://forum.world.st/linux-thread-priorities-tp1462078p1462095.html

 
On Wed, Feb 03, 2010 at 06:01:00PM -0800, Eliot Miranda wrote:
>  
> So my questions are
> - is there any way I'm missing to create different priority threads in a
> non-superuser process?

Lower the priority of all other threads, which would be equivalent to
running Squeak under nice(1), which generally works fine.

Dave