Django + Orbited 0.6.x Tutorial
September 26th, 2008 by Adrian WeisbergDark Porter posted a tutorial on using Orbited with Django. Michael Carter linked to it on Comet Daily, and said:
Obviously it makes sense to migrate to separate processes for a high-concurrency production deployment, but this method is perfect for developing applications and deploying small to medium instances.
The tutorial uses a different technique than the STOMP method I described. Dark Porter takes advantage of the fact that Django and Orbited are both written in Python, and puts everything in one process, including a custom threaded TCP server.
