Hi all,
I’ve written a twisted server that handles logging
messags from the logging.handlers.SocketHandler class. The protocol I’ve
written handles the messages and then calls its own instance of a logger to log
the message to. I’m wondering if the file I/O the logger is doing is
something I hand off to a deferred, or is it quick enough to not to worry
about?
Thanks!
Doug