I don't like static methods

Inspired by a recent question on StackOverflow, I felt like sharing my thoughts on static methods in general.

Read the complete 5362 bytes...

Digg it | Kick it | Dzone it | Reddit


Using Squid as a reverse proxy with a .NET url rewriter

Once you start receiving visitors from all over the world, a new kind of scaling issue arise. It's not a matter of adding more servers to the cluster or optimizing code (we'll assume these factors are perfect), it's a simple matter of geography and mathematics. Serving code from one end of the world to the other will take time, no matter how quick your servers are handling the request. The speed of light suddenly seems quite slow.

Read the complete 16333 bytes...

Digg it | Kick it | Dzone it | Reddit