remote call



How to implement cross-platform remote call using c++. Which way is the
best? Which crossplatform libriries exist?

I need to have several ojbects, which can call local or remote methods.

.