[Zope-Checkins] CVS: Publishers/ZServer  - HTTPServer.py:1.9
   
    Amos Latteier
     
    amos@tarzan.digicool.com
       
    Tue, 22 Jun 1999 15:16:39 -0400
    
    
  
Update of /cvs-repository/Publishers/ZServer
In directory tarzan.digicool.com:/projects/users/amos/Sandbox2/ZServer
Modified Files:
	HTTPServer.py 
Log Message:
Added logic the the http server to keep it from accepting new connections when the server is over loaded. This should keep the server from breaking by doing a select with too many descriptors, and should also help keep the server from running out of descriptors.