On 9/21/07, eks dev <[EMAIL PROTECTED]> wrote:
> why not taking a look at hadoop's IPC/RPC ? it is small, simple and elegant 
> with no latency like on RMI  (we could not do better than 30-50ms per hop)

Interesting... I wonder if that 30-50ms is due to Naggel (which always
seemed to cause a 40ms delay w/ python's http lib on Linux when doing
a POST since the headers were sent separately from the body).

I've seen reports that RMI was faster:
http://mail-archives.apache.org/mod_mbox/lucene-solr-dev/200609.mbox/[EMAIL 
PROTECTED]

-Yonik

Reply via email to