From 906f74cfe12d954aae887d7da360211835dbcf95 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Thu, 7 Oct 2004 13:33:14 +0000 Subject: [PATCH] set stack size og posix --- documentation/RELEASE_NOTES.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index efa1d7340..2fad317d3 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -12,6 +12,13 @@

Changes since 3.14.6

+

epicsThreadCreate Stacksize Posix

+

The posix implementation of epicsThreadCreate now makes pthread +calls to set the stack size. The sizes for (small,medium,large) stack +sizes are (128K,256K,512K). This is used for at least the following: +linux, solaris, HPUX, Darwin). Doing this allows creation of many more +threads os most systems.

+

dbNotifyCancel

dbNotifyCancel now waits if the userCallback is active when dbNotifyCancel is called. Previously it just returned. NOTE CAREFULLY. This means