Network Scaling Question/Issue

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • 1m-go-tcp-server

    benchmarks for implementation of servers which support 1 million connections

  • I understand I solution is load balancing but the code isn't well prepared for that at the moment. I found something called epoll . After implementing in test, I came to realise the amount of workers = the number of tcp connections you can handle. When attempting to use 9000 workers, the server takes very long to start. At the moment I am trying to fulfil over 5000 tcp connections concurrently , each proxying to other servers (sometimes similar servers).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts