diff options
author | jxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-10 21:59:50 +0000 |
---|---|---|
committer | jxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-10 21:59:50 +0000 |
commit | 2c2732a867e6f20eff46c2a20a286af57e034513 (patch) | |
tree | acfed72cb023580da425b404ba2a9899bc0b0d05 /ace/README | |
parent | e4a467e0c27b3f594fa96b6436be8708245c1053 (diff) | |
download | ATCD-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/README | 2 |
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 |