#Scaling a server

6 messages · Page 1 of 1 (latest)

pulsar solstice
#

I have web socket server which starts to become slow after like 10 active connection.

I would appreciate if anyone can point to resources how to properly write websocket server and scale. (Even just scaling server in general).

So is there any resources/article on how system resources affects the server etc.

Thank you

small zephyr
#

if its becoming slow with 10 active connections, the issue isn't with scaling, it means there's very likely some bug in your code. you should share some code

pulsar solstice
pulsar solstice
#

would appreciate if anyone can point me any good resources.

fickle warren
boreal marshBOT
#

Types: 0
Functions: 6

Package pprof serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool....

More documentation omitted