4 ms·
Ocelot, their custom-made C++ tracker is a nice piece of code. They were forced to drop out php-based and XBTT-based trackers some years ago when the server lo
by adPothier 13y ago
Ocelot, their custom-made C++ tracker is a nice piece of code.
They were forced to drop out php-based and XBTT-based trackers some years ago when the server load from their became huge peer swarm became unmanageable.
TorrentFreak made a great story about this[1].
[1] http://torrentfreak.com/what-cd-debuts-lightweight-tracker-for-its-5-million-peers-101014/ http://torrentfreak.com/what-cd-debuts-lightweight-tracker-f...
- FZeroX 13y agoPHP wasn't really the limiting factor, it's the architecture that XBTT uses that really kills you - an SQL query for every single announce! (With millions of peers that means hundreds of SQL queries per second just to maintain your swarm) Some other cool trackers to look at are Shadowolf (although I believe that's discontinued, sadly) and Lioness if that's floating around anywhere (What.CD likes wildcat-based codenames)
- brass9 13y agoIs the ocelot code opensource? I'd be interested in it.
- dewey 13y agoYes, it's in the repository (https://github.com/WhatCD/Gazelle/blob/master/ocelot-0.6.tar.bz2 https://github.com/WhatCD/Gazelle/blob/master/ocelot-0.6.tar...)