Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any open source C#-based non-blocking, event-based web server like Tornado? [closed]

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.

like image 410
David H Avatar asked Feb 23 '10 18:02

David H


1 Answers

I think Manos de Mono is what you are looking for. It is still pretty early, but looks promising.

like image 188
Aaron Feng Avatar answered Nov 09 '22 09:11

Aaron Feng