I'm planning the deployment of a new web app which uses long polling (or Comet, although I despise that name) for live notifications. To host it, I'm looking at deploying an Apache instance using ...
mod_python is more than just a CGI/WSGI alternative — you can use it not only to serve Python-based applications that run faster than traditional CGI, but you can actually use exposed Apache APIs to ...