2009
Gearman C Server and Library in Launchpad
by greutThis is a rewrite (in C) of the Perl version found at http://danga.com/gearman/. It includes the both a client/worker library, as well as the server. The server acts as a bridge between workers (clients who can do work) and callers (clients who want work done). You should run several servers (at least two) for both load balancing and high availability.
Another nice background tasks tool.
2008
Jonas Galvez : /log
by greutDjango's templating system is often a pain to work with, and XML libraries for Python are also not stellar, so I decided to take advantage of Python's with statement and wrote a XML generation library somewhat similar to Ruby's Builder.
great example of the "with" usage