Links for 2008-11-26
-
The usual trace/error/warning/info advice is totally useless in a large scale distributed system. Instead, you need to log everything all the time so you can solve problems that have already happened across a potentially huge range of servers.
-
RTMPy is a Twisted protocol implementing Adobe's Real Time Messaging Protocol (RTMP), used for full-duplex real-time communication with applications running inside the Flash Player.
-
Personal blog with intersting posts on Google App Engine by a developer actively developing with the platform.
-
After tracking down numerous alternatives to Google App Engine after hitting a wall on Project Fangorn, I looked at the most promising alternatives in more depth. Here is what I found.
-
paramiko is a module for python 2.2 (or higher) that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote machines.