Commonjava/indy

Unbounded creation of threads.

whitingjr opened this issue · 0 comments

When running a benchmark to drive http proxy requests at the Indy jvm a large number of threads are created.
Most are used to process socket reads, but some are never used and never expire. As though orphaned.

The cause of the issue needs to be identified.