Top "Pool" questions

A pool describes a cache of resources that an application can draw from to save instantiation time.

Thread Pool vs Many Individual Threads

I'm in the middle of a problem where I am unable decide which solution to take. The problem is a …

java multithreading pool pooling spawning
Python, multithreading too slow, multiprocess

I'm a multiprocessing newbie, I know something about threading but I need to increase the speed of this calculation, hopefully …

python multithreading pool multiprocess
Minimize overhead in Python multiprocessing.Pool with numpy/scipy

I've spent several hours on different attempts to parallelize my number-crunching code, but it only gets slower when I do …

python numpy parallel-processing multiprocessing pool
Memory pools implementation in C

I am looking for a good memory pool implementation in C. it should include the following: Anti fragmentation. Be super …

c memory memory-management allocation pool
Create objects in GenericObjectPool

I'm doing research on GenericObjectPool by putting Cipher in pool so it can be reused. GenericObjectPool<Cipher> pool; …

java object generics apache-commons pool
Can't pickle static method - Multiprocessing - Python

I'm applying some parallelization to my code, in which I use classes. I knew that is not possible to pick …

python class multiprocessing pickle pool
python multiprocessing.Pool kill *specific* long running or hung process

I need to execute a pool of many parallel database connections and queries. I would like to use a multiprocessing.…

python process timeout multiprocessing pool
Buffer pool management using C#

We need to develop some kind of buffer management for an application we are developing using C#. Essentially, the application …

c# buffer pool