set stack size og posix

This commit is contained in:
Marty Kraimer
2004-10-07 13:33:14 +00:00
parent 5c99cf24f1
commit 906f74cfe1

View File

@@ -12,6 +12,13 @@
<h2 align="center">Changes since 3.14.6</h2>
<h4>epicsThreadCreate Stacksize Posix</h4>
<p>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.</p>
<h4>dbNotifyCancel</h4>
<p>dbNotifyCancel now waits if the userCallback is active when dbNotifyCancel
is called. Previously it just returned. NOTE CAREFULLY. This means