[Zope-Checkins] CVS: Zope3/lib/python/Zope/Server/HTTP - HTTPServerChannel.py:1.1.2.3
Shane Hathaway
shane@cvs.zope.org
Thu, 4 Apr 2002 18:24:51 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/Server/HTTP
In directory cvs.zope.org:/tmp/cvs-serv18110
Modified Files:
Tag: Zope3-Server-Branch
HTTPServerChannel.py
Log Message:
The zombie channel tracking no longer requires overriding attributes in
each subclass. It's not important enough to make so complicated. :-)
=== Zope3/lib/python/Zope/Server/HTTP/HTTPServerChannel.py 1.1.2.2 => 1.1.2.3 ===
task_class = HTTPTask
parser_class = HTTPRequestParser
-
- active_channels = {} # Class-specific channel tracker
- next_channel_cleanup = [0] # Class-specific cleanup time