开发者

Are there any good open-sourced comet web servers for ASP.NET MVC applications?

开发者 https://www.devze.com 2022-12-21 14:01 出处:网络
I\'m looking for one that can be used to handle many long poll clients and does not create a thread for开发者_如何学运维 each request.Each call to IIS (ASP.NET) page works on its own thread. A good li

I'm looking for one that can be used to handle many long poll clients and does not create a thread for开发者_如何学运维 each request.


Each call to IIS (ASP.NET) page works on its own thread. A good library should not create some extra threads. So, I'm using PokeIn inside my solution(online learning) and it doesnt create extra threads. It has a free community edition but not an open source :(


you can check the source code for Pokein here

edit
It seems that the latest source available isn't that up to date, my bad. Check out their website instead.
I've been using it

0

精彩评论

暂无评论...
验证码 换一张
取 消