Hi,
I'm quite a beginner in Ice and I'm working on an application where I need a component to use a Glacier2 client as a communication port to some server. All the demos and examples I read have the client program inheret from Glacier2::Application and calling the "main" function which takes care of session creation and the main event loop.
What I want is manual control over the client so that the main event loop will reside in my component and not the Glacier2 client. The component can manual create/destroy sessions, send messages...etc.
Regards,
Michael

Reply With Quote