ziemlich balande Sache… von der Homepage:
Atrack is a ntrack / Bittorrent tracker designed from the ground up to run on Google’s App Engine grid.
Its main goals are:
- As small codebase as possible.
- As fast as possible.
- As low bandwidth usage as possible.
- As low memory usage as possible.
For this it relies heavily (and almost completely) on memcached, no data is stored anywhere, and it lets memcached do most of the lifecycle management.
Atrack also aims to respect your privacy: other than what is needed for the most basic tracking (hashes/keys and ip/ports) atrack gathers no information whatsoever. Beyond that no aggregate statistics are kept of anything (at least once the testing/debugging phase is over), and nothing is stored permanently anywhere, not even hashes and ip/ports, they are kept in memory until they are expired by memcached and never written to disk or any other kind of permanent storage.
