summaryrefslogtreecommitdiff
path: root/docs/ACE-guidelines.html
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-07 21:28:54 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-07 21:28:54 +0000
commitb491dfde06af510b152ea0788d770eadacdf1df5 (patch)
treedac9af16b035259528c1da270fdc249e98aa2228 /docs/ACE-guidelines.html
parent8af6a05f708920bec0159fee1f7550259aa89338 (diff)
downloadATCD-b491dfde06af510b152ea0788d770eadacdf1df5.tar.gz
ChangeLogTag: Tue Dec 07 15:27:24 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'docs/ACE-guidelines.html')
-rw-r--r--docs/ACE-guidelines.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ACE-guidelines.html b/docs/ACE-guidelines.html
index 7da84b0b328..af52d40872d 100644
--- a/docs/ACE-guidelines.html
+++ b/docs/ACE-guidelines.html
@@ -1088,6 +1088,10 @@ Foo::bar ()
<li>Always use <code>$(RM)</code> instead of <code>rm</code> or
<code>rm -f</code> in Makefiles.<p>
+
+ <li>Be sure to specify the <code>THR_BOUND</code> thread creation
+ flag for time-critical threads. This ensures that the thread competes
+ for resources globally on Solaris. It is harmless on other platforms.<p>
</ul>