Monthly Archive for November, 2008

Amazon launches CloudFront

I was going through my cluttered mailbox when I came across that amazon had launched CloudFront! This is a new web service that can distribute content using a worldwide network of edge locations that provide low latency and high data transfer speeds. It works with S3 out of the box!

This is awesome news because I had been fretting over the issue of slow content delivery in different geographical locations for an upcoming project. Traditional methods would have required the content to be mirrored across geographically targetted locations and then code had to be written to take advantage of these servers in different locations.

The server distribution is as follows currently, which I guess basically serves the major markets in the world today.

United States

  • Ashburn, VA
  • Dallas/Fort Worth, TX
  • Los Angeles, CA
  • Miami, FL
  • Newark, NJ
  • Palo Alto, CA
  • Seattle, WA
  • St. Louis, MO

Europe

  • Amsterdam
  • Dublin
  • Frankfurt
  • London

Asia

  • Hong Kong
  • Tokyo
I will be playing with the service very soon once I find time and I’ll post my findings.

Hmailserver version 5 adds support for SSL!

This is awesome news, I just found out that Hmailserver version 5, which is currently in beta, adds support for SSL. I guess that is pretty awesome news to server administrators running hmailserver (I am one of them). In case you haven’t heard of hmailserver, it is a pretty solid free mail server that runs on windows servers. I have been running it for years now and it has served me very well so far. There is even API support that you could tap on for your applications.