I've been using DRb on Ruby which makes almost trivial to implement a distributed app. But, at least for my programs, Ruby is 3x to 4x slower than Python. What can I use in Python similar to DRb?
Here's a note about using Hadoop in Python: <a href="http://www.michael-noll.com/wiki/Writing_An_Hadoop_MapReduce_Program_In_Python" rel="nofollow">http://www.michael-noll.com/wiki/Writing_An_Hadoop_MapReduce...</a>