Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: what advantage for using MTS
In article <9i7ljl$5591_at_rain.i-cable.com>, "Peter says...
>
>Dear all,
>
>What advantage for using MTS? If the purpose of my oracle 8i is for web
>users access, can MTS provide a better performance?
>
>
>Peter
>
>
MTS is useful for getting more concurrent users connected to a database then would be possible using a dedicated server configuration. If you need to get a couple of thousand people concurrently logged into your database -- MTS is for you. MTS is generally used on a machine that is maxed out -- yet you need to get more users logged on.
It will not be faster then dedicated server mode, the code path is somewhat longer using MTS.
Your web server probably already is using a connection pool and that is sort of what MTS is like. No sense using two connection pools.
-- Thomas Kyte (tkyte@us.oracle.com) http://asktom.oracle.com/ Expert one on one Oracle, programming techniques and solutions for Oracle. http://www.amazon.com/exec/obidos/ASIN/1861004826/ Opinions are mine and do not necessarily reflect those of Oracle CorpReceived on Sat Jul 21 2001 - 16:32:13 CDT
![]() |
![]() |