From 403f094bd2d5b817a9742caad46197c5267e76fa Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Mon, 31 Oct 2005 12:41:42 +0000 Subject: [PATCH] add more detail about POSIX thread priorities --- documentation/RELEASE_NOTES.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 8ec3ae2a0..f427dcce9 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -15,8 +15,12 @@

POSIX thread priority scheduling

POSIX thread priority scheduling is now supported. There is a new -user option in the CONFIG_SITE configure file for using POSIX -thread priority scheduling. Default value is NO.

+user option USE_POSIX_THREAD_PRIORITY_SCHEDULING in the CONFIG_SITE +configure file for using POSIX thread priority scheduling. +For now the default value is NO. This has only been tested +on a few versions of linux. On linux, in order, to use real time +priorities the option must be set to YES and the ioc must be started with +root privilages.

VX_DIR

The definition VX_DIR was removed from configure/RELEASE and moved to