I was thinking of writing an eventlet server for Quixote so it can handle requests that block or require heavy computation more efficiently. Has anyone already tried to this or foresee any issues? I realize that there is Twisted server for Quixote as well (which I am currently using in one of my projects) but Twisted's "deferred generator" doesn't play well with Quixote. Thanks, Salman