私はomniORBpyを使用するpythonクライアント/サーバアプリケーションに取り組んでおり、サーバを正しく終了する方法を理解しようとしています。omniORBpyサーバを終了する
私はそうするには、この方法があります:
def shutdown(self):
print "---------------------------------------"
print "shutdown"
orb.shutdown(False)
quit()
しかし、私が言及した機能の上に呼び出すクライアントからのメッセージこのエラーが出る送る:
---------------------------------------
shutdown
omniORB: Caught an unexpected Python exception during up-call.
terminate called after throwing an instance of 'omni_thread_fatal'
Aborted
誰も私が何をすべきか知っていますがサーバーを正しく終了する必要がありますか?
ありがとう!:) –
あなたはようこそ... – tuergeist