Async/Multi Thread Design Question

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

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

    An asynchronous .NET Standard 2.0 library that allows you to lock based on a key (keyed semaphores), limiting concurrent threads sharing the same key to a specified number, with optional pooling for reducing memory allocations.

  • You can take a look at AsyncKeyedLock, which will lock code according to the key it is given. The key you use can be anything, but should be unique to the mailbox.

  • 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

  • AsyncKeyedLock: a library for locking based on a key

    3 projects | /r/csharp | 13 Feb 2023
  • SemaphoreSlim locking based on a key

    3 projects | /r/dotnet | 20 Nov 2022
  • Keyed semaphore locks

    8 projects | /r/dotnet | 18 Oct 2022
  • Throttle a series of fetch requests in JavaScript

    1 project | dev.to | 1 Mar 2021
  • A tale of TimescaleDB, SQLx and testing in Rust

    1 project | dev.to | 2 May 2024