我正在使用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