views:

237

answers:

1

I want to build a comet-based application and would like it to be able to sustain up to 1000 concurrent connections. As I understand, Tornado has the advantage of not spawning one thread per request thus allowing it to handle thousands of long poll requests easily.

+1  A: 

IS it http://webserver.codeplex.com/ , what you're looking for?

VOX