Hi to all!
I usually work with Ice. It's services are very useful on my work. I use Python a lot, because it's easy and can bring new prototypes easily. But, I've some "needs". I've been searching through this forum, and I've found that there is no way to launch an Icebox service written in Python. So, we are going to try and write an Icebox server using Python.
I would like to know if you could give me some general advice (thanks in advance). I will release it under a free software license, so everyone is free to use it.
I'll try to update this thread with latest news.
Best regards.


Reply With Quote

If the property 'IceBox.ServiceManager.Endpoints' is defined, it will create an Object Adapter with this endpoints, and register here an object which implements "IceBox.ServiceManager". Thus, you can use the iceboxadmin tool (or another simple client) to start/stop services and to shutdown IceBox server. Like any other IceBox writen in C++ or Java 

