Archived

This forum has been archived. Please start a new discussion on GitHub.

A system using ICE

Hi everyone,
I want to build a system which has one server and several clients. Sever and client are interactive, i.e. sometimes sever sends data (jobs) to client, sometimes client sends data (results) back to server. Number of clients are dynamic, which means we can add or remove clients while system is running. I want to use ICE for communication between server and client.
Do you have any suggestions for me? Thanks.

Comments

  • benoit
    benoit Rennes, France
    Hi,

    Implementing this with Ice should be trivial :).

    I recommend to take a look at the Ice demos from your Ice distribution, the hello world demo and the callback demo from the demo/Ice directory are a good start.

    You might also want to check out some of our screencasts here: http://www.zeroc.com/doc/screencasts.html If you're new to object oriented middleware, I recommend to take a look at the "Ice in 20 Minutes" screencast in particular. For a more advanced and realistic demo, you can also check out our chat demo.

    Cheers,
    Benoit.