kseppi / mrs-mapreduce

Automatically exported from code.google.com/p/mrs-mapreduce
Apache License 2.0
0 stars 0 forks source link

Add optional RPC mechanisms #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
While we don't want to require any libraries outside of the standard library, 
we can take advantage of any that happen to be installed.  In particular, 
`jsonrpc` is likely to be faster than `xmlrpc`.  It would also be nice to see 
if ZeroMQ can be used for improved performance.

Original issue reported on code.google.com by amcna...@gmail.com on 19 Oct 2012 at 6:40