summaryrefslogtreecommitdiff
path: root/ace/README
diff options
context:
space:
mode:
authorjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-10 21:59:50 +0000
committerjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-10 21:59:50 +0000
commit2c2732a867e6f20eff46c2a20a286af57e034513 (patch)
treeacfed72cb023580da425b404ba2a9899bc0b0d05 /ace/README
parente4a467e0c27b3f594fa96b6436be8708245c1053 (diff)
downloadATCD-2c2732a867e6f20eff46c2a20a286af57e034513.tar.gz
Added support to enter_recv_timedwait, enter_send_timedwait,
handle_timed_complete, and handle_timed_accept to use poll() instead of select() if poll() is available and select() is known to have problems. Created ACE_HAS_LIMITED_SELECT macro. Certain versions of SunOS 5.6 do not correctly select on file descriptors that are larger than 1023.
Diffstat (limited to 'ace/README')
-rw-r--r--ace/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/README b/ace/README
index c96e0b87438..ab9ed44e8c7 100644
--- a/ace/README
+++ b/ace/README
@@ -314,6 +314,8 @@ ACE_HAS_THR_MINSTACK Platform calls thr_minstack()
(e.g., Tandem).
ACE_HAS_LIMITED_RUSAGE_T The rusage_t structure has
only two fields.
+ACE_HAS_LIMITED_SELECT The select is unable to deal with
+ large file descriptors.
ACE_HAS_LONG_MAP_FAILED Platform defines MAP_FAILED as
a long constant.
ACE_HAS_MALLOC_STATS Enabled malloc statistics