Hi!

----

Are there any known side-effects of increasing the default request
buffer size over the current value of 1MB (except that more memory is
being consumed :) , e.g.
-- snip --
Index: xc/programs/Xserver/include/os.h
===================================================================
RCS file: /cvs/xc/programs/Xserver/include/os.h,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 os.h
--- xc/programs/Xserver/include/os.h    28 May 2002 01:47:52 -0000      1.1.1.1
+++ xc/programs/Xserver/include/os.h    20 Jun 2003 22:31:09 -0000
@@ -65,7 +65,7 @@
 #define MAX_REQUEST_SIZE 65535
 #endif
 #ifndef MAX_BIG_REQUEST_SIZE
-#define MAX_BIG_REQUEST_SIZE 1048575
+#define MAX_BIG_REQUEST_SIZE 8388600
 #endif
 
 typedef pointer        FID;
-- snip --
?

----

Bye,
Roland

-- 
  __ .  . __
 (o.\ \/ /.o) [EMAIL PROTECTED]
  \__\/\/__/  [EMAIL PROTECTED]
  /O /==\ O\  MPEG specialist, C&&JAVA&&Sun&&Unix programmer
 (;O/ \/ \O;) TEL +49 641 99-41370 FAX +49 641 99-41359
_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to