Download List

Project Description

MirrorBrain is a framework to run a content delivery network using mirror servers. It solves a challenge that many popular open source projects face: a flood of download requests, often magnitudes more than a single site could practically handle. A central (and probably the most obvious) part is a "download redirector" that automatically redirects requests from Web browsers or download programs to a mirror server near them. Choosing a suitable mirror for a user's request is the key, and MirrorBrain uses geolocation and global routing data to make a sensible choice and achieve load-balancing for the mirrors at the same time. The algorithm is both sophisticated and easy to control and tune. In addition, MirrorBrain monitors mirrors, scans them for files, generates mirror lists, and more.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-12-06 18:34 Back to release list
2.11.2

This release improves mirror scanning via FTP by fixing an issue with whitespace in filenames. Another issue that could cause FTP mirrors to be ignored when scanning only a subdirectory was fixed. In addition, there are some new commands for database maintentance: "mb db sizes", which shows the size of each database table; "mb db shell", which opens a shell for the database; and "mb db vacuum", which cleans up unreferenced files. In the mirrorprobe, the default timeout has been lowered from 60s to 20s, better matching real-life.
Tags: Stable, Bugfixes, Feature Enhancements

Project Resources