hi there,
I am a C++ programer working on linux OS,
I wanted to know , whether linux supports persistanc RPC ( Remote procedure call ).
I am aware about RPC supported by linux but I think it is not object oriented hence it can't mentain state of object created by client.
How can I achive persistance RPC call using C++ just like java provides.
your help would make me happy.
Thank you
abhinay
I am a C++ programer working on linux OS,
I wanted to know , whether linux supports persistanc RPC ( Remote procedure call ).
I am aware about RPC supported by linux but I think it is not object oriented hence it can't mentain state of object created by client.
How can I achive persistance RPC call using C++ just like java provides.
your help would make me happy.
Thank you
abhinay
Comment