Brian Cryer's Glossary of IT Terms with Links
MTS
- MTS
- 1. In an Oracle database: Multi-Threaded Server. Oracle definition: MTS
allows many user processes to share very few server processes. Without MTS each
user process requires its own dedicated server process; a new server process
is created for each client requesting a connection. A dedicated server process
remains associated to the user process for the remainder of the connection.
With MTS many user processes connect to a dispatcher process. The dispatcher
routes client requests to the next available shared server process. The advantage
of MTS is that system overhead is reduced, so the number of users that can be
supported is increased.
Relevant links:
- 2. Microsoft Transaction Server.
Can you add to this definition? If so please Report
an Observation. Do you know of a relevant link to add under this definition?
If so please Add a Link.
© Copyright 2004-2010, A B Cryer, All rights reserved.