Originally posted by Ernest Friedman-Hill:
Aaaaaak, no, please! CORBA is enormously complex, adds enormous overhead, vendor dependence, infrastructure maintenance, and isn't in the least transparent. If you need CORBA, that's one thing, but please don't go suggesting it as a first solution; that's like recommending a cannon to kill a mosquito.
I thought inter process communication will be better off using CORBA. Otherwise one has to read binary data and do all the serialization/deserialization in every server/client one writes.
Obviously, if one is interested in reading binary data then it does not really matter what langauage one uses to send the data(if the protocol is honoured).
That is the reason why I said:
how to communicate between different java and C processes