Use MTS or not?
142599Jan 18 2004 — edited Jan 28 2004I have a web application which uses Java servlet. For each page in the application, the logic is to open the database, and then get the data, and then close the database. The page doesn't hold the session (I think).
In this case, is there any benefit if I use MTS instead of dedicated server mode? If yes, what benefit can it bring? and how does it bring? Thanks in advance for answering.
Kelvin