https://issues.apache.org/bugzilla/show_bug.cgi?id=53199
Priority: P2
Bug ID: 53199
Assignee: [email protected]
Summary: Refactor ConnectionPool to use
ScheduledExecutorService instead of TimerTask
Severity: enhancement
Classification: Unclassified
Reporter: [email protected]
Hardware: PC
Status: NEW
Version: unspecified
Component: jdbc-pool
Product: Tomcat Modules
ConnectionPool should be refactored to use a ScheduledExecutorService instead
of a TimerTask.
This would enable providing a custom ScheduledExecutorService to jdbc pool to
reduce expensive thread creation in certain environments
(in my case: junit tests, where each test case will get a new environment,
including a ConnectionPool)
--
You are receiving this mail because:
You are the assignee for the bug.