lewisl9029 / toc

Toc Messenger - A distributed messaging app that can sync across all of your devices
http://toc.im
GNU Affero General Public License v3.0
56 stars 1 forks source link

Update toc-seed docker container and implement load balancing and auto scaling #502

Closed lewisl9029 closed 9 years ago

lewisl9029 commented 9 years ago

To prepare for potential traffic on release day.

lewisl9029 commented 9 years ago

Can't implement autoscaling and load balancing in the traditional manner because each seed needs to be verified cryptographically by the clients, and telehash cant handle nodes with identical keypairs.

This means we can't just spin up new seeds and have it work transparently.

lewisl9029 commented 9 years ago

Will just have to hope a single fast instance will be enough.