Generic C# Resource Pool (florianreischl.blogspot.com)

1 points by FlorianReischl ↗ HN
A resource pool is a class that manages a synchronized access of (theoretically) infinite callers of a restricted count of resource items.

One reason to use a resource pool could be a integrated sub system that is restricted by its maximum count of concurrent accessing threads. This could be a web service with a restricted count of...

0 comments

[ 2.5 ms ] story [ 6.3 ms ] thread

No comments yet.