Archived

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

CallBack

I have gone thru the Example of Ice Callback and got idea how exactly client/server callback works. Now i need to implement something like below:
i have one callback service on one m/c, Ice Server on another m/c (2nd m/c) which will act as a client too and on 3rd m/c i have server as user perspective. Now i need to implement something like the Ice Server/Client invokes Callback service on another m/c and get response back from there and send tht response to the 3rd m/c which is behaving as a Server . And this 3rd m/c will connect to the callback Service on the 1st m/c and will send tht response back ( the name of callback Service ).
I need some ideas how exactly implement this callback thing using 3 different m/cs.