The Object pool is a pattern used for caching
objects and avoiding expensive re-creations. This pattern is frequently used
for objects representing the connection to a database shared among multiple
clients. For instance this pattern has been used for implementing java JDBC
drivers[1].
No comments:
Post a Comment