[Bug 2920] Server has a compile-time limit on number of clients

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Apr 8 08:32:07 PDT 2005


Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=2920          
     




------- Additional Comments From alan.coopersmith at sun.com  2005-04-08 08:32 -------
The other thing to keep in mind is while it reports as a number of clients limit,
it's actually, due to the current implementation, a limit on the id of the file
descriptors, so you can hit it with only one other client open if somehow the X
server also has all file descriptors up to 255 in use for something else (perhaps
shared memory segments, a fd leak in one of the system libraries, like the name
resolver, etc.)

I think the cygwin guys recently solved this for their code by changing the client
id from being just the fd to using a hash table to map it to the fd.          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the xorg-bugzilla-noise mailing list