Author: mturk
Date: Thu Jun 23 16:59:10 2011
New Revision: 1138989

URL: http://svn.apache.org/viewvc?rev=1138989&view=rev
Log:
Use a new FD_SETSIZE before any system includes. This is the value both APR and 
Tomcat Native use, and has been proved as optimal setting

Modified:
    commons/sandbox/runtime/trunk/src/main/native/os/win32/config.hw

Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/config.hw
URL: 
http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/os/win32/config.hw?rev=1138989&r1=1138988&r2=1138989&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/os/win32/config.hw (original)
+++ commons/sandbox/runtime/trunk/src/main/native/os/win32/config.hw Thu Jun 23 
16:59:10 2011
@@ -144,3 +144,6 @@
 #define HAVE_OCSP               0
 #define HAVE_KSTAT              0
 #define HAVE_PORT_H             0
+
+#undef  FD_SETSIZE
+#define FD_SETSIZE              1024


Reply via email to