From: Ben Gun Date: 2006-03-02T01:43:38+09:00 Subject: Re: multi CPU machine Thanks Ara, If I understand correctly, the methods are run on the server, so what I want are servers (one on each CPU) and one client that connects to these servers to dish out the work. Is that correct? I understand drb uses TCP/IP. Can I leave the connections open once established? Another important question: How do I get the data transferred? Is there a way to share data? Regards, Ben On Thu, 2 Mar 2006 00:19:24 +0900, ara.t.howard@noaa.gov wrote: >On Wed, 1 Mar 2006, Ben Gun wrote: > >> Hi, is Ruby capableof making use of multiple CPUs? >> >> Thanks, Ben > >sure. just use multiple processes. with drb this is easier and safer than >threads - i've got 40 processes running on 20 machines as we speak. > >regards. > >-a