Handling TCP connections at scale - Ideas/Suggestions

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • gnet

    🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go./ gnet 是一个高性能、轻量级、非阻塞的事件驱动 Go 网络框架。

  • Exciting question. Many goroutines consume resources accordingly and could also generate latency due to this. If you work under Linux: Have you looked at epoll? Since the system has to do basic connection handling anyway, you can shift or save at least part of the task. gnet is a very good library here to handle epoll & co. Maybe it makes sense to have a look at it or directly use epoll under go.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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

  • Goroutines Are Not Significantly Lighter Than Threads

    2 projects | news.ycombinator.com | 12 Mar 2021
  • Gnet is the fastest networking framework in Go

    2 projects | news.ycombinator.com | 14 Mar 2024
  • What's the canonical way of doing it in rust?

    1 project | /r/rust | 16 Oct 2023
  • RFC: A non-blocking networking library for Rust

    3 projects | /r/rust | 14 Jan 2023
  • Apple Announces Full Swift Rewrite of the Foundation Framework

    5 projects | news.ycombinator.com | 11 Jan 2023