Socket.io + node.js + IIS hangs issue #4315
Unanswered
Sarathmunusamy93
asked this question in
Q&A
Replies: 1 comment
-
This is old but I do want to mention there are a handful of settings to look at, I would start with app pool settings. Are there any private or virtual memory limits placed on the app pool? remove them entirely if so. I am fairly certain there are some settings for websocket buffer size, which could be worth adjusting as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I have implemented the socket.io in my application. I will explain my application first, after that I will explain my issue.
Client Code:
The above code will execute once, my application loads.
Server Code:
Problem:
Now the issue is, if more number clients (around 3K connection) connected to server then, IIS hangs and freezed.
My question:
The provided information may be insufficient to answer my question, but it would be helpful if you answer my below questions.
By,
Sarath Kumar.
Beta Was this translation helpful? Give feedback.
All reactions