python - Is Pyro signal safe? -


i have been using pyro 3 little while now, great success, have noticed, when signal such sighup or sigint arrives while pyro doing remote communications, process hangs, hence question, pyro signal safe?

thanks in advance.

seems issue here default python sets handlers sigint , sigterm raise exceptions. if therfore receive signal while doing pyro comms, exception raised, , off goes appropriate except clause, not finishing doing, if try , use pyro again, example in except/finally clause, can issues. in case sending messages log via queue proxied process using pyro.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -