Hi Everyone,
I'm new in a project, which uses ICE for almost everything.
While trying to start the developing, i stumbled uppon a small, maybe big problem.
Let me discribe what i want to do, so you better understand my question:
We got 3 ICE Applications {A,B,C}
A is holding data, B works with some data, and C controls everything by sending commands.
Connection between these 3 Applications is A<->C<->B, so no direct communication between A and B.
What i do is:
a user presses a "LoadFile" button in C.
C asks A for the file and reads the file in its memory.
After succesfull reading, C sends the file to B for further processing.
What i WANT to do is:
a user presses a "LoadFile" button in C.
C asks A for the file and reads a "ice-object-reference" of the data.
C sends the "ice-object-reference" to B.
B open/use/map/whatever the "ice-object-reference" and receives the file directly from A.
Question:
Is it possible to implement this in ice in a simple way? So that i can pass the file data from A to B without transfering all data over C, and without opening a connection between A and B by myself.
Is there a way for this to let ice handle the communication all by itself, so me as a programmer does not need to open a connection between the two points?
i hope there is a way to do this in ice.
Greetings and thx for your (hopefully) manymany answer
Hugie
System Informations:
* Ice version (Ice 3.4.1)
* Compiler version (Visual Studio 2008)
* Languages (C++, python)
* Operating system (at the moment Windows only)

.
Reply With Quote
