Registered
by
Tim
The Rocket web server is a server designed to handle the increased needs of modern web applications implemented in pure Python. It can serve WSGI applications and static files. Rocket has the ability to be extended to handle different types of networked request-response jobs. Rocket runs on cPython 2.5-3.x and Jython 2.5 (without the need to run through the 2to3 translation tool). Rocket is similar in purpose to Cherrypy's Wsgiserver but with added flexibility and concurrency.
Rocket Documentation is viewable at http://
View full history Series and milestones
Loading graph...
trunk series is the current focus of development.
All bugs Latest bugs reported
-
Bug #1704091: Improve logging on listener bind
Reported -
Bug #1205891: stop doesn't really stop the rocket server
Reported -
Bug #1095077: Threadpool grows by negative amount when max_threads = 0
Reported -
Bug #1074070: fs method doesn't normally send content-type
Reported -
Bug #976375: Limited memory, thread.error: can't start new thread
Reported