Re: A very simple question... ?
Re: A very simple question... ?
- Subject: Re: A very simple question... ?
- From: John Harper <email@hidden>
- Date: Wed, 8 Oct 2003 13:54:38 -0700
On Oct 7, 2003, at 7:01 PM, Tim Kirby wrote:
Is there an easy/simple way to increase the limit on the number of
simultaneous clients the server will allow? I think the current limit
is somewhere around 240, based on an empirical test - that was actually
trying to test something else entirely on another machine and failed
when the X server stopped accepting clients. Is this a built in limit
or configurable in some fashion?
It's a constant in the X server source code (#define MAXCLIENTS in
programs/Xserver/include/misc.h)
So it should be possible to change that and recompile the server, but
there's no way to change the value without recompiling,
John
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.