Experimental Stuff
rvm use ruby-1.9.2-p290@balancer
bundle install
Order of Importance
- Create a management worker that can be self sufficient
- Management worker needs to be self sufficient in these areas: redundancy and scaling
- Successfully run and test a management worker situation on 1 machine (should end up with 2 workers talking to each other)
- Management workers need to provide a request interface for the creation/adoption of any type of worker.
- Management workers will provide the needed availability, performance, and scaling for the requesting worker.
- Requesting workers will be managed to the extent of their needs. (how much to scale, etc...)
- Allow management to start forwarding requests for workers in different forms; http(s), websockets, tcp/udp, etc...
- Refactor code
- Focus on performance