DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: MTS ?

  1. #1
    Join Date
    Jan 2001
    Posts
    71

    Question

    For over 500 users, do I have to use MTS? Can I just increase the number of process, like 1000, 2000 ...?

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Do you have to? No. Depending on the resources of your server, you probably should with 500 concurrent users.

    Dedicated server mode reserves X bytes of memory outside the SGA for each connection whether it is active or not. In MTS, this memory gets allocated from the SGA, but can be shared between users.

    If you have plenty o' ram, then feel free to use dedicated servers.
    Jeff Hunter

  3. #3
    Join Date
    Feb 2000
    Location
    Washington DC
    Posts
    1,843
    Depends upon the resources on the box. If you have lot, you don't care. If you don't, you do care and alternative is MTS.
    Reddy,Sam

  4. #4
    Join Date
    Feb 2001
    Posts
    389
    You have to verify two things:

    1) How many concurrent users are there, and max UGA memory for these concurrent users.
    Whether u can save any memory.
    2)Scalibility, whether your systemcan handle increasing number of processes and context switches.
    3) Ver of your Oracle does not have any bugs associated with MTS enabling.
    4) You want to use Connection pooling, EJB, or Advanced Networking option.

    Take Care
    GP

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width