Maybe this is a dumb question but I’ve heard there is a pretty hard limit to number of concurrent connections with sockets. I’m working on a SAAS-like service where I would need to connect to multiple (hopefully many) client websites, and automatically connect to all of their users. So if Im working with 100 client sites and they each have 100 active users that’s already 10,000 concurrent connections.Is this typically problematic? The socket aspect really only powers one feature that I could likely drop and get away with just using server sent events, so if it would be a pain to scale to this degree I’d probably just drop it.
Submitted November 12, 2019 at 03:46PM by ionballer100
No comments:
Post a Comment