Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

September 28 2009

Tornado Web Server

Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed. The FriendFeed application is written using a web framework that looks a bit like web.py or Google's webapp, but with additional tools and optimizations to take advantage of the underlying non-blocking infrastructure.

July 03 2009

Stackless

Stackless Python is an enhanced version of the Python programming language. It allows programmers to reap the benefits of thread-based programming without the performance and complexity problems associated with conventional threads. The microthreads that Stackless adds to Python are a cheap and lightweight convenience which can if used properly, give the following benefits: Improved program structure. More readable code. Increased programmer productivity.

May 04 2009

Finding and fixing memory leaks in Python

Finding and fixing memory leaks can be a real challenge, but luckily Python has some pretty good tools for spotting these things

April 23 2009

March 02 2009

LightCloud - Distributed and persistent key value database

* Built on Tokyo Tyrant. One of the fastest key-value databases [benchmark]. Tokyo Tyrant has been in development for many years and is used in production by Plurk.com, mixi.jp and scribd.com (to name a few)... * Great performance (comparable to memcached!) * Can store millions of keys on very few servers - tested in production * Scale out by just adding nodes * Nodes are replicated via master-master replication. Automatic failover and load balancing is supported from the start * Ability to script and extend using Lua. Included extensions are incr and a fixed list * Hot backups and restore: Take backups and restore servers without shutting them down * LightCloud manager can control nodes, take backups and give you a status on how your nodes are doing * Very small foot print (lightcloud client is around ~500 lines and manager about ~400) * Python only, but LightCloud should be easy to port to other languages

March 01 2009

February 24 2009

a better team

apps engine - xp / agile team manager

January 27 2009

Speed up your Web pages

Optimizing your Web pages for speed is hardly rocket science. In fact, you can often achieve speed optimization with minimal effort.

December 01 2008

September 17 2008

Older posts are this way If this message doesn't go away, click anywhere on the page to continue loading posts.
Could not load more posts
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Just a second, loading more posts...
You've reached the end.