I am working on distributing a stand-alone app. Each instance of the app has to be able to send and receive queries.
Requirements:
I don't want to use RPC because it needs a registry service running. I think CORBA and SOAP would be too much of an overhead. I kind of decided to use a custom protocol, but just want to hear if there's anything better.
Thanks.
Protocol Buffers sound like a good fit, supported in C++, cross-platform, designed for high-performance.
MPI was made for this and is certainly easier to use than Corba etc.
And it scales when you discover that your small scale distributed app becomes a very large scale distributed app!
Why not use http POST?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With