A cached pool of https server for domains
A general purpose buffer pool.
Connection pool for node-postgres
OpenTelemetry instrumentation for `generic-pool` resource pool for managing expensive resources
TypeScript definitions for pg-pool
Generic resource pooling for Node.JS
A minimal and tiny Node.js Worker Thread Pool implementation, a fork of piscina, but with fewer features
Resource pooling for Node.JS
Workers Vitest integration for writing Vitest unit and integration tests that run inside the Workers runtime
A fast, efficient Node.js Worker Thread Pool implementation
Map-like, concurrent promise processing for Node.js
Offload tasks to a pool of workers on node.js and in the browser
Simple and robust resource pool for node.js
Reuse typed arrays
Runs Promises in a pool that limits their concurrency.
Lightweight worker pool using NodeJS worker_threads
A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.
Fastest generic Pool written with TypeScript
Runs the following loaders in a worker pool
TypeScript definitions for tiny-async-pool
A module for managing ES6 promise concurrency, frequency, and efficiency.
OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL
Simple worker threads pool using Node's worker_threads module. Compatible with ES6+ Promise, Async/Await.
AWS RDS SSL certificates bundles.
Persistent HTTP connections using a connection pool
Manages persistent connections using Net::HTTP including a thread pool for connecting to multiple hosts. Using persistent HTTP connections can dramatically increase the speed of HTTP. Creating a new HTTP connection for every request involves an extra TCP round-trip and causes TCP congestion avoidance negotiation to start over. Net::HTTP supports persistent connections with some API methods but does not make setting up a single persistent connection or managing multiple connections easy. Net::HTTP::Persistent wraps Net::HTTP and allows you to focus on how to make HTTP requests.
Persistent pool of HTTP connections
A persistent Net::Http adapter for Faraday with a connection pool shared across threads and fibres.
This is an experimental branch that implements a connection pool of Net::HTTP objects instead of a connection/thread. C/T is fine if you're only using your http threads to make connections but if you use them in child threads then I suspect you will have a thread memory leak. Also, I want to see if I get less connection resets if the most recently used connection is always returned. Also added a :force_retry option that if set to true will retry POST requests as well as idempotent requests. This branch is currently incompatible with the master branch in the following ways: * It doesn't allow you to recreate the Net::HTTP::Persistent object on the fly. This is possible in the master version since all the data is kept in thread local storage. For this version, you should probably create a class instance of the object and use that in your instance methods. * It uses a hash in the initialize method. This was easier for me as I use a HashWithIndifferentAccess created from a YAML file to define my options. This should probably be modified to check the arguments to achieve backwards compatibility. * The method shutdown is unimplemented as I wasn't sure how I should implement it and I don't need it as I do a graceful shutdown from nginx to finish up my connections. For connection issues, I completely recreate a new Net::HTTP instance. I was running into an issue which I suspect is a JRuby bug where an SSL connection that times out would leave the ssl context in a frozen state which would then make that connection unusable so each time that thread handled a connection a 500 error with the exception "TypeError: can't modify frozen". I think Joseph West's fork resolves this issue but I'm paranoid so I recreate the object. Compatibility with the master version could probably be achieved by creating a Strategy wrapper class for GenePool and a separate strategy class with the connection/thread implementation.
A butler for Jekyll, provides interface for creating posts/drafts
HTTP Client with retries. Uses PersistentHTTP for http connection pooling, Semantic Logger for logging and metrics, and uses Secret Config for its configuration.
Adds configurable connection pools per host for persistent http connections
This is a Ruby library for interfacing with an Oracle Database using pooled OCI8 raw connections (http://ruby-oci8.rubyforge.org/en/). Connection pooling is achieved by utilizing ActiveRecord Oracle Enhanced adapter (https://github.com/rsim/oracle-enhanced).
DHCPd with remote pool configurations obtained via HTTP API from blondy-server
Throttle HTTP requests using a connection pool for all database connections
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.