CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Guest

    Microsoft Transaction Server experience

    Hello everybody,

    I'm about using MTS + COM technology.
    Have you an experience with MTS and its COM components ?

    Is it safe / stabile platform for bussiness 3-tiered applications ?
    Which SP of WIN NT 4.0 are you using ?

    Thanks in advance


    Richard


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Microsoft Transaction Server experience

    >MTS experience?
    whenever you have NT 4 and Option Pack 4 installed with IIS4, MTS will be installed automatically. AFAIK, there is no IIS-Web without using MTS. So, yes, all IIS-Web-Developers have some experience with MTS, although they might not know it :-)

    > is it safe/stable?
    only last week we could easily cause an exception in MTS that stopped all Web services on IIS with an ASP! We didn't even use any 3rd-party ActiveX components on the server, just plain ADO and ASP.
    So, is it stable? kind of, may be :-)

    >SP?
    NT 4 SP 5


  3. #3
    Join Date
    Apr 1999
    Location
    Slovakia
    Posts
    16

    Re: Microsoft Transaction Server experience

    Lothar, thank you very much for your reply.

    Do you also use MTS without IIS/ASP ?
    (I mean WIN32 non http clients.)

    Richard


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