class documentation

class GanetiBaseAsyncoreDispatcher(asyncore.dispatcher):

Known subclasses: ganeti.asyncnotifier.ErrorLoggingAsyncNotifier, ganeti.daemon.AsyncAwaker, ganeti.daemon.AsyncUDPSocket

View In Hierarchy

Base Ganeti Asyncore Dispacher

Method handle_error Log an error in handling any request, and proceed.
Method writable Most of the time we don't want to check for writability.
def handle_error(self):

Log an error in handling any request, and proceed.

def writable(self):

Most of the time we don't want to check for writability.