|
|
|
|
|
by patangay
5295 days ago
|
|
I work for facebook and I worked on the deployment of these large hiphop binaries of our code base. We considered multiple options - binary diffs, multicast, etc. The problem with multicast is that it's hard to configure and maintain in our complex cross region datacenter setup that has to travel through other peering networks. We ended up with a torrent deployment system that scales beautifully. |
|
The tracker is opensource: https://github.com/hyves-org/p2ptracker
We're working on open sourcing more moving parts of our deploypipeline.
I'd be interested to compare notes on your system ?