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

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Apr 7 11:48:29 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          
     

ajax at nwnk.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ajax at nwnk.net
           Severity|normal                      |major
          Component|Lib/Xlib                    |Server/general
            Summary|Xlib: Maximum number of     |Server has a compile-time
                   |clients reached             |limit on number of clients




------- Additional Comments From ajax at nwnk.net  2005-04-07 11:48 -------
easy way to reproduce this:

for i in `seq 1 255` ; do
    xlogo &
done

this is pretty unacceptable.  we can bump this to 512 in the short term.  the
right fix is making the connection table dynamic, which will require surgery to
other parts of the code like resource ID generation.
          
     
     
--           
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