CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2000
    Location
    Florida, US
    Posts
    2

    How to increase the efficiency of COM code components in MTS

    Hi,

    I am using VB6 as User serivce, COM as business service and Oracle as database.

    When I access database through COM code components(withour MTS), it is pretty fast. But when these
    components are placed in MTS, speed reduces.

    Can you give suggestions to increase the efficiency of COM code components in MTS.

    Praveen


  2. #2
    Join Date
    Sep 1999
    Location
    Colombo, Sri Lanka
    Posts
    27

    Re: How to increase the efficiency of COM code components in MTS

    MTS is an additional layer inbetween the ones you are already using. MTS incorporates authentication, if you are certain you can authenticate at your user level then you can minimize authentication at the MTS Level.

    I haven't tried this, but you should get some
    sort of performance benefit by minimizing MTS security (via MMC).


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

Featured