Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
jtsk_2.0
-
None
-
6291824
Description
Bugtraq ID 6291824
Each ConnectionManager instance currently spawns its own Reaper thread to close down idle connections. If a client communicates with lots of different endpoints in a relatively short time interval, lots of threads get spawned. It should be possible to use a shared thread instead.
See also Bugtraq ID 6319638