[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Need architecture help

Amit Chitre

7/8/2005 3:19:00 AM

My problem:
I want to compare files on 10 Solaris servers. None of them have ruby
installed on them. I have ruby installed on my PC though.

I was thinking on the lines of telnet'ing/ssh'ing into the servers, but
then how do I remotely run the file compare program in ruby on the
servers?

Any suggestion is appreciated.

Amit

5 Answers

John Carter

7/8/2005 4:39:00 AM

0

William Morgan

7/8/2005 4:30:00 PM

0

Excerpts from John Carter's mail of 8 Jul 2005 (EDT):
> See the "takeover" example.
>
> I use it to "takeover" my colleagues machines to create a "distcc"[2]
> compile farm.

That's very neat. At work I was using Rinda to distribute Lucene queries
over 30-odd CPUs and I really could have used this to start things up.

Thanks!

--
William <wmorgan-ruby-talk@masanjin.net>


Ara.T.Howard

7/8/2005 4:40:00 PM

0

William Morgan

7/8/2005 6:47:00 PM

0

Excerpts from Ara.T.Howard's mail of 8 Jul 2005 (EDT):
> On Sat, 9 Jul 2005, William Morgan wrote:
> >That's very neat. At work I was using Rinda to distribute Lucene
> >queries over 30-odd CPUs and I really could have used this to start
> >things up.
>
> this can help for some senarios
>
> http://www.linuxjournal.com/ar...

Yep, Ruby Queue is next on the list of "less ad-hoc solutions to try".
:)

--
William <wmorgan-ruby-talk@masanjin.net>


Ara.T.Howard

7/8/2005 7:53:00 PM

0