May 2017
Intermediate to advanced
230 pages
7h 27m
English
Implement a pool of resources from which it is relatively inexpensive to acquire such resources and to which they can quickly be released when no longer required. Each of the application servers has a pool of connections that it uses to connect to the database server cluster. The pool is limited in size by licensing constraints. The business components will obtain a database connection just before they need it and release it as soon as they have finished with it.
This pattern applies to both hardware and software.
Read now
Unlock full access