Simplifying the zdaemon package
The zdaemon package contains a bunch of dead wood, or "decoys", as Jim would call it, that I'd like to remove. AFAICT, Heartbeat.py is not used anywhere. At least not in the Zope sources -- maybe there are outside users??? And ZDaemonLogging.py is a very thin layer on top of zLOG -- can I get rid of it too? The SignalHandler.py class is not used by zdaemon itself; perhaps it can be moved into the Signals package? --Guido van Rossum (home page: http://www.python.org/~guido/)
I think all these things are reasonable things to do... Guido van Rossum wrote:
The zdaemon package contains a bunch of dead wood, or "decoys", as Jim would call it, that I'd like to remove. AFAICT, Heartbeat.py is not used anywhere. At least not in the Zope sources -- maybe there are outside users??? And ZDaemonLogging.py is a very thin layer on top of zLOG -- can I get rid of it too?
The SignalHandler.py class is not used by zdaemon itself; perhaps it can be moved into the Signals package?
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
-- Chris McDonough Zope Corporation http://www.zope.org http://www.zope.com "Killing hundreds of birds with thousands of stones"
I think all these things are reasonable things to do...
Guido van Rossum wrote:
The zdaemon package contains a bunch of dead wood, or "decoys", as Jim would call it, that I'd like to remove. AFAICT, Heartbeat.py is not used anywhere. At least not in the Zope sources -- maybe there are outside users??? And ZDaemonLogging.py is a very thin layer on top of zLOG -- can I get rid of it too?
Done. Also lost a silly "main" program hiding in zdaemon/__init__.py.
The SignalHandler.py class is not used by zdaemon itself; perhaps it can be moved into the Signals package?
Will do. --Guido van Rossum (home page: http://www.python.org/~guido/)
The SignalHandler.py class is not used by zdaemon itself; perhaps it can be moved into the Signals package?
Will do.
Done. --Guido van Rossum (home page: http://www.python.org/~guido/)
participants (2)
-
Chris McDonough -
Guido van Rossum