2002 2003 2004 <2005> 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 2002 2003 2004 <2005> 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: 3.14.8 and mrkSoftTest |
From: | Marty Kraimer <[email protected]> |
To: | EPICS Core Talk <[email protected]> |
Date: | Tue, 8 Nov 2005 05:46:17 -0600 |
On Nov 8, 2005, at 5:30 AM, Ernest L. Williams Jr. wrote:
The following is new for Linux:====================================================================== ==# Use POSIX thread priority scheduling (YES or NO) USE_POSIX_THREAD_PRIORITY_SCHEDULING = YES====================================================================== ==However, I think there are tests in <..>/src/libCom/test, right? I hoping for an advantage on linux-based softIOCs.
Yes that test works. Also on any ioc run epicsThreadShowAllIf the OSS priorities have values, i.e. not all 0, then you are getting priority scheduling.
Remember that you must run the ioc as root. Marty