1994 1995 1996 1997 1998 1999 2000 2001 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 | 1994 1995 1996 1997 1998 1999 2000 2001 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: Priorities of epicsThreads on Linux |
From: | Marty Kraimer <[email protected]> |
To: | [email protected] |
Cc: | [email protected] |
Date: | Wed, 22 Apr 2009 06:00:05 -0400 |
[email protected] wrote:
Dear All;I've recently come to notice that the real-time performance of Linux kernel is incredibly improving (against my expectations).http://www.osadl.org/Single-View.111+M5b96e97f67b.0.htmlI'd like to know if the implementation of OSD-library is implemented in such a manner that the kernel-level threads can reflect the priority given by the user to the scheduling of epicsThreads?In other words, can I benefit from the improvement of Linux kernel without making any changes in EPICS source codes?
in file base/configure/CONFIG_SITE change USE_POSIX_THREAD_PRIORITY_SCHEDULING = NO to USE_POSIX_THREAD_PRIORITY_SCHEDULING = YES Also you must start the IOC as root. Marty