
June 19th, 2010, 04:22 PM
|
|
Registered User
|
|
Join Date: Jun 2010
Posts: 2
Time spent in forums: 27 m 34 sec
Reputation Power: 0
|
|
|
Help----I'll pay
Hello,
I need help with a ruby project, the details are:
I have two ubuntu machine using a command line interface. I need to be able to make a tuple space using ruby. Machine A will create the tuple space, and machine B will know the tuple space is up and running.
Machine A will generate a thousand random integers and load them into tuple. Machine B will listen for something int he space see the random numbers and sort them. Once they are sorted they are put back into tuple. Machine A then displays the sorted numbers, and the time it took B to sort and load them back into tuple space.
The sorting can be any fast algorithm you feel comfortable with
|