Changes between Version 3 and Version 4 of DatabaseConnectionsForThreadsAndNewPool
- Timestamp:
- 01/31/11 23:15:28 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseConnectionsForThreadsAndNewPool
v3 v4 29 29 In addition the proposal will add: 30 30 31 * a new ResourceProvider to pool database connections which uses the Apache Commons Database Connection Pool (ApacheDBCP.java) - this is a slightly more sophisticated approach to database connection pooling than the homegrownJeeves DatabasePool.java code31 * a new !ResourceProvider to pool database connections which uses the Apache Commons Database Connection Pool (ApacheDBCP.java) - this is a slightly more sophisticated approach to database connection pooling than the Jeeves DatabasePool.java code 32 32 * threads to support safe background database operations for: increasing popularity of metadata (eg. in metadata show), logging search statistics, indexing metadata records after the servlet has started and potentially many other operations that can be put into the background as threads to not slow down critical operations such as search 33 33 * a configurable ThreadPool that all code can access through the GeonetContext which can be used to manage thread operations eg. place limits on the number of threads that can be executed at any one time