Skip to content
  • Brian Cameron's avatar
    This patch resolves some performance issues that I noticed when testing · 55230e85
    Brian Cameron authored
    2006-02-07  Brian Cameron  <brian.cameron@sun.com>
    
            This patch resolves some performance issues that I noticed when
            testing GDM with the gdmdynamic command.  I notice that waiting for
            the sockets to timeout made gdmdynamic slower so now all the clients
            load all the configuration data in one quick pass and close the
            socket.  Since the gdm_config_get functions cache the data, the slaves
            will not go over the socket to get the data again unless asked to
            reread.  Bump the maximum messages over the socket from 20 to 80
            because gdmlogin pulls about 65 configuration parms over and this
            allows all data to be accessed in one connection (and gives a little
            room for growth).  Improved the way GDM slaves deal with syslog so all
            slaves use the same interfaces.  Added three missing keys to the daemon
            configuration handling code.
    
            * daemon/gdmconfi...
    55230e85