[omniORB] difference between orb->destroy and orb->shutdown
Ferdinand Zaubzer
ferdl@gmx.at
Sun Jan 19 13:19:01 2003
What is the difference between orb->destroy and orb->shutdown?
I tried to use orb->destroy to be called when a term signal is recieved, but
it didn't work. With orb->shutdown it works fine. - Why?
Of course I didn't use orb->destroy or orb->shutdown in the signalhandler,
but I unlocked a mutex in a signalhandler that lets start a thread in which
orb->destroy or orb->shutdown was called.