Why its so important?
Good managed connection pooled system are more scalable and reliable.
What level of an Enterprise application can this be applied?
Generally enterprise applications are n-tiered (UI Layer, middleware layer, Persistance Layer). Middleware layer can be attributed to a EJB, JMS/QUEUING Layer etc. Applying/Managing connection pooling in a more managed way at all these layers establishes a well scaled/ more reliable application.
How can it be achieved?
There are connection pooling factory mechanisms provided by the vendor (IBM, Oracle...)implementations for the products that integrate together for an enterprising solution.
Here is a very good article.
Dive into connection pooling for a J2EE Enterprise application
What level of an Enterprise application can this be applied?
Generally enterprise applications are n-tiered (UI Layer, middleware layer, Persistance Layer). Middleware layer can be attributed to a EJB, JMS/QUEUING Layer etc. Applying/Managing connection pooling in a more managed way at all these layers establishes a well scaled/ more reliable application.
How can it be achieved?
There are connection pooling factory mechanisms provided by the vendor (IBM, Oracle...)implementations for the products that integrate together for an enterprising solution.
Here is a very good article.
Dive into connection pooling for a J2EE Enterprise application
No comments:
Post a Comment