Exception handling with simplexmlrpcserver - python.

Posted by silverado on Stack Overflow See other posts from Stack Overflow or by silverado
Published on 2010-05-06T12:05:57Z Indexed on 2010/05/06 12:08 UTC
Read the original article Hit count: 158

Hello,

Is there any way to handle connection errors with simplexmlrpcserver module? I want to catch any errors within my xmlrpc server to handle them in my own way instead of printing the traceback to stdout.

© Stack Overflow or respective owner

Related posts about python

Related posts about simplexmlrpcserver