I'm looking for one that can be used to handle many long poll clients and does not create a thread for each request.
相关问题
- Sorting 3 numbers without branching [closed]
- Multiple sockets for clients to connect to
- Graphics.DrawImage() - Throws out of memory except
- MVC-Routing,Why i can not ignore defaults,The matc
- Why am I getting UnauthorizedAccessException on th
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
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 :(