File Descriptor Limits

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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
  • glibc

    Unofficial mirror of sourceware glibc repository. Updated daily. (by bminor)

  • If you read the man page bugs section: https://man7.org/linux/man-pages/man2/select.2.html

    "The Linux kernel imposes no fixed limit, but the glibc implementation makes fd_set a fixed-size type, with FD_SETSIZE defined as 1024"

    Everyone using select, with very few exceptions, is using glibc.

    That limitation does appear to exist in glibc if you look at the source code. The source code requires you to pass a glibc defined 'fd_set' type https://man7.org/linux/man-pages/man2/select.2.html

    That struct is defined here: https://github.com/bminor/glibc/blob/595c22ecd8e87a27fd19270...

    It does seem to have the limits described by the blogpost.

  • cqueues

    Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua on Unix.

  • At this point I believe ppoll has been added to every mainstream Unix except macOS.

    For many years pselect on macOS didn't actually fix the race condition, notwithstanding its UNIX03 certification. pselect was just a naive wrapper around select that didn't atomically block signals. So I ended up having to create a kqueue-based implementation for use on macOS and stragglers like OpenBSD which at that time lacked pselect entirely. See https://github.com/wahern/cqueues/blob/87f14f9/src/cqueues.c... I can't remember if pselect has been fixed on macOS.

  • 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
  • libkqueue

    kqueue(2) compatibility library

  • wepoll

    wepoll: fast epoll for windows⁧ 🎭

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

  • T2 SDE – The Open System Development Environment

    1 project | news.ycombinator.com | 3 May 2024
  • SmallerC – Simple C Compiler

    1 project | news.ycombinator.com | 3 May 2024
  • Git tracks itself. See it's first commit of itself

    1 project | news.ycombinator.com | 3 May 2024
  • I'm writing a new vector search SQLite Extension

    10 projects | news.ycombinator.com | 2 May 2024
  • The Ultimate NixOS Homelab Guide - The Install

    1 project | dev.to | 3 May 2024