> -----Original Message----- > From: Samuel Lopez [mailto:[EMAIL PROTECTED] > > I am running vnc server on a Solaris 2.7 machine. > It runns fime but after some time I get the following > error: > > Xlib: connectionto <server name> refused by server. > Xlib: Maximum number of clients reach.
This is from an X11 server, the process that handles the X11 display. On a Sun, this is the process `XSun`, with vnc, it is the process `Xvnc` (the core of the vncserver). I read this message as there are (way) to many windows on one of the X11 servers. You can check this by looking at all displays (all $DISPLAY locations). Then, there can be a leak or such: after removal of a window from a display, the administration of that window is not free-ed. It can be both XSun and Xvnc.... CBee > > My VNC client is an NT box. > > Does anyone know if there is a solution to this > problem > Thank you. > > Samuel > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > _______________________________________________ > VNC-List mailing list > [EMAIL PROTECTED] > To remove yourself from the list visit: > http://www.realvnc.com/mailman/listinfo/vnc-list _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
