Sponsorised links
This month
Pod to Mac
Traffic Server is finally here | Ogre.com
# A scalable threaded asynchronous state machine model. On a typical setup, 2 or 3 threads per core is enough to drive a large amount of traffic.
# Feature-rich HTTP/1.0 and HTTP/1.1 support. We fair well in various tests like CoAdvisor.
# Plugin architecture, making it easy (well, easier) to extend and customize your server.
# Well documented.
Sponsorised links
October 2009
ZK (Zero Kode), framework de développement web OpenSource
Threads at daniel shiffman
Threading
We’re quite familiar with the idea of writing a program that follows a specific sequence of steps as outlined in, say, a main() function. A Thread is also a series of steps with a beginning, a middle, and an end. A thread’s sequence, however, can run independently of the main program. In fact, we can launch any number of threads at one time and they will all run concurrently. Visit the Java site for a more involved explanation.
This is incredibly useful when it comes to data mining, as we can have separate threads retrieving different pieces of information from the network. If one gets stuck or has an error, the entire program won’t grind to a halt, since the error only stops that individual thread. To create independent, asynchronous threads, we simply extend the Thread class.
sixapart's remoteobjects at master - GitHub
remoteobjects are real subclassable Python objects on which you can build a rich API library. remoteobjects provides easy coding and transfer between Python objects and a JSON REST API. You can define the resources in a RESTful API as `RemoteObject` classes and their properties. These objects then support using the basic HTTP verbs to request and submit data to the API.
FlashFXP :: FTP Client Software
Gearman
September 2009
Diesel: How Python Does Comet
diesel is a framework for writing network applications using asynchronous I/O in Python.
Hardware interrupt - IDE ATA and ATAPI disks use PIO mode after multiple time-out or CRC errors occur * In Windows XP and Windows Server 2003, this time-out value is always 10 seconds.
Tornado Web Server Documentation
Tornado comes with limited support for WSGI. However, since WSGI does not support non-blocking requests, you cannot use any of the asynchronous/non-blocking features of Tornado in your application if you choose to use WSGI instead of Tornado's HTTP server. Some of the features that are not available in WSGI applications: @tornado.web.asynchronous, the httpclient module, and the auth module.
in other words: WSGI sucks
August 2009
sixapart's remoteobjects at master - GitHub
remoteobjects are real subclassable Python objects on which you can build a rich API library. remoteobjects provides easy coding and transfer between Python objects and a JSON REST API. You can define the resources in a RESTful API as RemoteObject classes and their properties. These objects then support using the basic HTTP verbs to request and submit data to the API.
July 2009
Cocoa with Love: A simple, extensible HTTP server in Cocoa
HTTP is one of the simpler protocols to implement for communication between computers. On the iPhone, since there are no APIs for data synchronization or file sharing, embedding an HTTP server is one of the best ways to transfer data from your iPhone application to a computer. In this post I'll show you how to write your own simple but extensible HTTP server. The server classes will also work on Mac OS X (Cocoa un-Touched).
June 2009
Unboxing Web-Oriented Architecture: The 6 Aspects Of An Emergent Architectural Style
Transfer Methods. This is at the core of REST and ROA and is the foundation of Web-Oriented Architecture. You can read Roy Fielding's chapter on REST (he conceived of the approach originally) or you can just follow the simple guidelines here. At other times, protocols like BitTorrent can be used if the requirements warrant it, but these are exceptional scenarios that I will cover at some point in the future.
Ne pas citer XMPP dans les "Transfer Methods" quelque jours après l'annonce de Google Wave, et surtout le mettre dans le schéma au niveau des Microformats fait perdre toute crédibilité à l'article.
May 2009
Joining the docs - Us Now
Mass communication is a phrase that’s been re-defined over the centuries, as tools to transfer what people think, what they want and how they feel have developed with human progress. Cave paintings, language, stone indentations, the written word, the printing press, the gramophone, the telephone, cinema, radio, television, computers – and now the Internet.
April 2009
The Mugu Museum from theScamBaiter
Strategic Marketing Plan - OpenOffice.org Wiki
March 2009
Senuti - Download
February 2009
evserver - Google Code
EvServer is a lightweight http server, created especially to host python WSGI applications. Additionally, it supports little known Asynchronous WSGI extension, which was suggested by Christopher Stawarz. Using this extension it's possible to create an output html response in many data chunks, without blocking the main server process while your application waits for external resources.
Comet the WSGI way.
