[Zope-Checkins] CVS: Publishers/ZServer - max_sockets.py:1.1

Amos Latteier amos@tarzan.digicool.com
Tue, 22 Jun 1999 15:16:54 -0400


Update of /cvs-repository/Publishers/ZServer/medusa
In directory tarzan.digicool.com:/projects/users/amos/Sandbox2/ZServer/medusa

Added Files:
	max_sockets.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.