diff options
author | marina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-07-23 03:07:44 +0000 |
---|---|---|
committer | marina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-07-23 03:07:44 +0000 |
commit | 8f18ee6a689e4356ee0597e571cbc03407f888bd (patch) | |
tree | e7d3f7dbc931b65fde8794e9a65559a64a398db0 /ace/config-win32-visualage.h | |
parent | ddc793be9e821aa341113407b8dd439095792e18 (diff) | |
download | ATCD-8f18ee6a689e4356ee0597e571cbc03407f888bd.tar.gz |
ChangeLogTag:Sat Jul 22 22:10:35 2000 Marina Spivak <marina@cs.wustl.edu>
Diffstat (limited to 'ace/config-win32-visualage.h')
-rw-r--r-- | ace/config-win32-visualage.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ace/config-win32-visualage.h b/ace/config-win32-visualage.h index ca61fa219f0..136206fe5de 100644 --- a/ace/config-win32-visualage.h +++ b/ace/config-win32-visualage.h @@ -18,6 +18,14 @@ #define ACE_CC_PREPROCESSOR "" #define ACE_CC_PREPROCESSOR_ARGS "" +// By default WIN32 has FD_SETSIZE of 64, which places the limit +// between 61 and 64 on the number of clients a server using the +// Select Reactor can support at the same time (i.e., 64 - standard in, +// out, error). He we raise the limit to 1024. Adjust the definition +// below if you need to raise or lower it. +// +#define FD_SETSIZE 1024 + //These need to be defined for VisualAgeC++ #define ERRMAX 256 /* Needed for following define */ #define ACE_LACKS_SYS_NERR /* Needed for sys_nerr in Log_Msg.cpp */ |