Ask a Question related to Ruby, Design and Development.
-
Ara.T.Howard #1
romp vs drb
any opinions one way or another?
-a
--
ATTN: please update your address books with address below!
================================================== =============================
| EMAIL :: Ara [dot] T [dot] Howard [at] noaa [dot] gov
| PHONE :: 303.497.6469
| ADDRESS :: E/GC2 325 Broadway, Boulder, CO 80305-3328
| STP :: [url]http://www.ngdc.noaa.gov/stp/[/url]
| NGDC :: [url]http://www.ngdc.noaa.gov/[/url]
| NESDIS :: [url]http://www.nesdis.noaa.gov/[/url]
| NOAA :: [url]http://www.noaa.gov/[/url]
| US DOC :: [url]http://www.commerce.gov/[/url]
|
| The difference between art and science is that science is what we
| understand well enough to explain to a computer.
| Art is everything else.
| -- Donald Knuth, "Discover"
|
| /bin/sh -c 'for l in ruby perl;do $l -e "print \"\x3a\x2d\x29\x0a\"";done'
================================================== =============================
Ara.T.Howard Guest
-
Chad Fowler #2
Re: romp vs drb
On Mon, 17 Nov 2003, Ara.T.Howard wrote:
#
# any opinions one way or another?
#
# -a
#
For now, I would choose drb, because it's "standard" and part of the
distribution.
However, I was talking to Paul Brannan this weekend at RubyConf about
this. My question to him was on the feasibility of replacing some portion
of druby with romp (i.e. the actual communication layer). Romp is quite a
bit faster than druby, and now that druby is included with Ruby, there's
no reason to lament the fact that Romp is implemented in C.
Paul said this is probably possible. Once the new RCR process is setup, I
plan to submit one with this suggestion.
Chad
Chad Fowler Guest
-
Ara.T.Howard #3
Re: romp vs drb
On Mon, 17 Nov 2003, Chad Fowler wrote:
this was my thought - but i need romp for log4r's distributed logging> For now, I would choose drb, because it's "standard" and part of the
> distribution.
anyhow...
any idea what 'quite a bit' is? i've run some tests but i'm not sure they are> However, I was talking to Paul Brannan this weekend at RubyConf about this.
> My question to him was on the feasibility of replacing some portion of druby
> with romp (i.e. the actual communication layer). Romp is quite a bit faster
> than druby, and now that druby is included with Ruby, there's no reason to
> lament the fact that Romp is implemented in C.
the best kind of test.
adding log4r (and romp distributed logging) would be a really great addition> Paul said this is probably possible. Once the new RCR process is setup, I
> plan to submit one with this suggestion.
IMHO.
regards.
-a
--
ATTN: please update your address books with address below!
================================================== =============================
| EMAIL :: Ara [dot] T [dot] Howard [at] noaa [dot] gov
| PHONE :: 303.497.6469
| ADDRESS :: E/GC2 325 Broadway, Boulder, CO 80305-3328
| STP :: [url]http://www.ngdc.noaa.gov/stp/[/url]
| NGDC :: [url]http://www.ngdc.noaa.gov/[/url]
| NESDIS :: [url]http://www.nesdis.noaa.gov/[/url]
| NOAA :: [url]http://www.noaa.gov/[/url]
| US DOC :: [url]http://www.commerce.gov/[/url]
|
| The difference between art and science is that science is what we
| understand well enough to explain to a computer.
| Art is everything else.
| -- Donald Knuth, "Discover"
|
| /bin/sh -c 'for l in ruby perl;do $l -e "print \"\x3a\x2d\x29\x0a\"";done'
================================================== =============================
Ara.T.Howard Guest



Reply With Quote

