nginx - ASP Net core: websockets performance -


what current state of websockets performance on kestrel: 1. how maximum connections can hold? 2. there tips how improve kestrel websockets performance? 3. kestrel 2.0.0-preview have strong performance improvement of ws?

we using nginx reserved proxy before kestrel, there suggestions of how more simultaneously connections? can reach 100000 connection whith 3-5 handshaking timeout.


Comments

Popular posts from this blog

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

node.js - Node js - Trying to send POST request, but it is not loading javascript content -