Homepage » Web Development » Coral Distribution Network

Coral Distribution Network

By Jonathan + November 4th, 2005

I’ve been using Coral for a while now I still love this project. It helps websites mirror their content by sharing bandwidth across a global network…for free :) It makes a big difference for sites that produce content, but dont have to the pipe to serve it up (and can’t afford the commercial services).

I was checking out its official wiki today and I came across this neat technique to seamlessly integrate Coral using Apache mod_rewrite on the response only. I’m not getting quite enough bandwidth yet to need to do this myself, but its a great idea for a small site that needs to save some bits ;-)

Coral Distribution Network Wiki - Main.Servers

One upside of using rewrite links like this is that a server can still see each request in its webserver logs. Of course, the server will see receive an HTTP request per link; however, the upstream bandwidth will only be tiny HTTP redirects, not actual files.

O comments at "Coral Distribution Network"

Be the first commenter!

Comment Now!

Name* Email* Blog / Website

Latest Posts

C#: Returning an array via webservice with derived classes November 20th, 2008

C#: Returning an array via webservice with derived classes

Here’s a neat little thing I learned today. I was writing a WebMethod for a WebService I’m working on for ScribbleLive. The return type[...] Read the rest »