Tagged articles
4 articles
Page 1 of 1
FunTester
FunTester
Jun 7, 2022 · Backend Development

Performance Testing of Apache Commons Pool2 GenericKeyedObjectPool in Java

This article demonstrates how to implement and benchmark Apache Commons Pool2's GenericKeyedObjectPool in Java, including factory creation, pool configuration, multithreaded performance tests with and without wait times, and analysis of results highlighting scalability limitations.

Apache Commons Pool2GenericKeyedObjectPooljava
0 likes · 6 min read
Performance Testing of Apache Commons Pool2 GenericKeyedObjectPool in Java
FunTester
FunTester
May 23, 2022 · Backend Development

Using Apache Commons Pool2 GenericKeyedObjectPool for gRPC Connection Management

This article explains how to apply Apache Commons Pool2's GenericKeyedObjectPool to pool gRPC ManagedChannel objects, discusses thread‑safety and performance considerations, and provides concrete Java code for a keyed object pool factory, pool configuration, and typical acquire/return usage patterns.

Apache Commons Pool2Object Poolingconcurrency
0 likes · 7 min read
Using Apache Commons Pool2 GenericKeyedObjectPool for gRPC Connection Management
Sohu Tech Products
Sohu Tech Products
May 26, 2021 · Fundamentals

Understanding Apache Commons Pool2: Core Interfaces, Object States, Configuration Options, and Practical Usage

This article explains the concept of object pools, introduces Apache Commons Pool2 core interfaces and object states, details configuration parameters, describes the borrowing and returning workflow, and provides a complete Java example of a simple string pool implementation.

Apache Commons Pool2Resource Managementconcurrency
0 likes · 19 min read
Understanding Apache Commons Pool2: Core Interfaces, Object States, Configuration Options, and Practical Usage