Guest_imported
New member
- Jan 1, 1970
- 0
Hi
I've created a corba-server inside an MFC Win-App that
runs in a separate thread. When I close the server (thread)
I'd like my other server (Win32-console-app in orbixd) to
take the incomig client requests, but all requests go to my
Win-App (freezing the clients) until the whole application
is terminated. Is there a way to shut down the connection
and still have the Win-App running?
I do a CORBA::release(pOrb) when I leave the thread.
Any help is much appreciated.
I've created a corba-server inside an MFC Win-App that
runs in a separate thread. When I close the server (thread)
I'd like my other server (Win32-console-app in orbixd) to
take the incomig client requests, but all requests go to my
Win-App (freezing the clients) until the whole application
is terminated. Is there a way to shut down the connection
and still have the Win-App running?
I do a CORBA::release(pOrb) when I leave the thread.
Any help is much appreciated.