Windows RPC vs XML-RPC
Posted
by
Y.Z
on Stack Overflow
See other posts from Stack Overflow
or by Y.Z
Published on 2012-06-06T10:37:34Z
Indexed on
2012/06/06
10:40 UTC
Read the original article
Hit count: 552
Is there any benchmark about encoding/decoding certain common typed data in Microsoft RPC NDR engine (DCE 1.1) in comparison with that in XML-RPC-C/C++ in the de-facto C/C++ implementation in XML-RPC?
Actually I have to choose between Windows RPC and XML-RPC-C/C++ to implement my own common object infrastructure for High Performance Computing on Windows. Any recommandation about which with regard to their performance? Thank you.
Best Regards,
Yang
© Stack Overflow or respective owner