December 2002
Intermediate to advanced
1560 pages
40h 44m
English
One of the most useful features of MTS is database connection pooling. MTS can hold a connection open for a specified period of time even after a component is finished using the connection. When another component in MTS needs a database connection, MTS already has the connection open and waiting.
Connection pooling will only be effective if many of the database requests occur under the same database login. Note that the database requests can originate from different users as long as they use the same database login. The reason for this restriction is that the database login is a characteristic of a database connection.
If MTS components are written so that they hold open database connections only for a brief ...
Read now
Unlock full access