leandrosardi / pampa

Ruby library for async & distributed computing, supporting dynamic reconfiguration, distribution of the computation jobs, error handling, job-retry and fault tolerance, and fast (non-direct) communication to ensure real-time capabilities.
https://ConnectionSphere.com
1 stars 0 forks source link

Develop new (simplified) Pampa - version 2.0 #1

Closed leandrosardi closed 1 year ago

leandrosardi commented 1 year ago
leandrosardi commented 1 year ago

Example of running worker.rb manually.

ruby ~/code/pampa/worker.rb id=node1.1 config=~/code/pampa/config.rb debug=yes pampa=~/code/pampa/lib/pampa.rb
leandrosardi commented 1 year ago
ruby ~/pampa/worker.rb id=1 config=~/pampa/config.rb debug=yes pampa=~/code/pampa/lib/pampa.rb
nohup ruby ~/pampa/worker.rb id=1 config=~/pampa/config.rb debug=yes pampa=~/code/pampa/lib/pampa.rb 2>&1 1>/dev/null &
leandrosardi commented 1 year ago

Done.

The remaining points in the requirement are pending another issue.