From: Robert Klemme Date: 2007-11-17T00:05:11+09:00 Subject: Re: Questions about TCPSocket 2007/11/16, Axel Etzold : > Dear all, > > I am trying to use Ruby bindings of a software that does > computations by exchanging messages between competent code. > The details are explained here: > > http://www.math.kobe-u.ac.jp/OpenXM/1.2.1/html/OpenXM-en/OpenXM/node5.html > > This software can be used from the command line and there, it works as > expected. > Now, I'd like to use it from ruby. There are ruby binding scripts. > However, I encounter some problems when initialising > TCPSocket - I can't get any connection. Both ruby and OpenXM are > installed on the same computer. > What could be the problem ? Posting an exception with stack trace often goes a long way to help people help you. So I suggest you give that detail. Generic answer would be: configuration issue, firewall, network issues... Cheers robert -- use.inject do |as, often| as.you_can - without end