[rspec-devel] [ rspec-Bugs-12694 ] DrbCommandLine is very slow to start the DRb service
noreply at rubyforge.org
noreply at rubyforge.org
Sat Aug 4 05:29:31 EDT 2007
Bugs item #12694, was opened at 2007-07-30 10:03
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=3149&aid=12694&group_id=797
Category: Autotest
Group: None
>Status: Closed
Resolution: None
Priority: 3
Submitted By: Brian Takita (btakita)
Assigned to: Nobody (None)
Summary: DrbCommandLine is very slow to start the DRb service
Initial Comment:
If we explicitly put in the port when calling start_service, it becomes MUCH faster.
e.g.
DRb.start_service "druby://localhost:8990"
----------------------------------------------------------------------
>Comment By: Brian Takita (btakita)
Date: 2007-08-04 02:29
Message:
I fixed this issue by defining 0.0.0.0 in my /etc/hosts file.
----------------------------------------------------------------------
Comment By: Brian Takita (btakita)
Date: 2007-07-30 13:03
Message:
It seems like it is an issue with creating a socket. I have
this issue with both of my Ubuntu machines, so I believe
that this has to do with the default Ubuntu configuration.
I've seen some problems relating to /etc/hosts, but I have
not figured it out yet.
----------------------------------------------------------------------
Comment By: Brian Takita (btakita)
Date: 2007-07-30 10:04
Message:
I'm using Ruby 1.8.6 on Ubunutu 7.0.4
----------------------------------------------------------------------
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=3149&aid=12694&group_id=797
More information about the rspec-devel
mailing list