I have an Ice::Service application in which I create a thread to keep my Glacier2 session alive with ice_ping. Tedious. I would love to rip out that extra thread code. I notice you have a Glacier2::Application class for managing this very task automatically.
Any plans for creating a similar class for Ice::Service, i.e. something like Glacier2::Service?

Reply With Quote