HEADSUP: Realtime thread scheduling changed

2011-01-14 Thread John Baldwin
This is just a heads up that I've committed some changes to how the scheduler handles realtime thread priorities. Please let me know of any issues you encounter with nice, rtprio, or idprio. Note that as a result of these changes, rtprio threads will no longer share priorities with

Re: HEADSUP: Realtime thread scheduling changed

2011-01-14 Thread Daniel Eischen
On Fri, 14 Jan 2011, John Baldwin wrote: This is just a heads up that I've committed some changes to how the scheduler handles realtime thread priorities. Please let me know of any issues you encounter with nice, rtprio, or idprio. Note that as a result of these changes, rtprio threads will

Re: HEADSUP: Realtime thread scheduling changed

2011-01-14 Thread John Baldwin
On Friday, January 14, 2011 12:22:18 pm Daniel Eischen wrote: On Fri, 14 Jan 2011, John Baldwin wrote: This is just a heads up that I've committed some changes to how the scheduler handles realtime thread priorities. Please let me know of any issues you encounter with nice, rtprio, or

Re: HEADSUP: Realtime thread scheduling changed

2011-01-14 Thread Alexander Churanov
2011/1/14 John Baldwin j...@freebsd.org: Note that as a result of these changes, rtprio threads will no longer share priorities with interactive timeshare threads.  Instead, rtprio threads are now always more important than non-rt threads. Great! I was thinking about the split of timesharing