[Patches] [ python-Patches-815911 ] Extension logging.handlers.SocketHandler

SourceForge.net noreply at sourceforge.net
Wed Oct 1 11:06:51 EDT 2003


Patches item #815911, was opened at 2003-10-01 10:06
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=815911&group_id=5470

Category: Library (Lib)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Robert Olson (olson)
Assigned to: Nobody/Anonymous (nobody)
Summary: Extension logging.handlers.SocketHandler

Initial Comment:
I've started using the logging SocketHandler, but

don't want 
the absence of a server to affect the 
running

application.



The attached subclass of 
SocketHandler should handle the 

cases where a server cannot 
be contacted, or where

the connection is dropped. If the 
server cannot be

contacted after a drop, the connection is 
periodically

retried using a simple exponential backoff 
scheme.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=815911&group_id=5470



More information about the Patches mailing list