sinanislekdemir / distributed_jobs

Distributed code running sample Server and Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distributed Jobs

Distributed code running sample Server and Client

This piece of code, runs given Ruby script on multiple clients.

By this way, you can balane your high performance mathematical operations and etc.

Written for Ruby 2.0, no extra requirements needed.

ruby server.rb <codefile> <number_of_clients>
ruby server.rb sample/prime_nubers.rb 4

Flow;

alt tag

Watch live action at: https://youtu.be/xnpcyvZGyhA

alt tag

alt tag

About

Distributed code running sample Server and Client

License:GNU General Public License v2.0


Languages

Language:Ruby 100.0%