home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / database / theory / 303 < prev    next >
Encoding:
Text File  |  1992-07-30  |  5.0 KB  |  112 lines

  1. Newsgroups: comp.databases.theory
  2. Path: sparky!uunet!meaddata!davidm
  3. From: davidm@meaddata.com (David Miller)
  4. Subject: Re: Reference material on Tuxedo (OLTP application)
  5. References:  <16pL03EL4aJQ00@amdahl.uts.amdahl.com>
  6. Sender: news@meaddata.com (Usenet Administrator)
  7. Organization: Mead Data Central, Dayton OH
  8. Date: Thu, 30 Jul 1992 13:05:41 GMT
  9. Message-ID: <1992Jul30.130541.13001@meaddata.com>
  10. Distribution: usa
  11. Lines: 99
  12.  
  13. In article <16pL03EL4aJQ00@amdahl.uts.amdahl.com>, phani@uts.amdahl.com (Phani Bodduluri) writes:
  14. |> 
  15. |> Hi --
  16. |> 
  17. |> It looks like I'll live with Tuxedo for next few months in my new
  18. |> group. I follow this group with lot of interest, and the discussion
  19. |> is more interesting, compared to other groups that deal with relational
  20. |> databases.
  21. |> 
  22. |> I'd appreciate if you provide any info. either on net or send me email 
  23. |> regarding the following:
  24. |> 
  25. |> 1. Are there any good references that explain Tuxedo(better than what
  26. |>    AT&T manuals do ??!!)
  27. |> 
  28.  
  29. I don't know of any...
  30.  
  31. |> 2. Do you think Tuxedo is ultimate solution in commercial applications??
  32. |> 
  33.  
  34. Ultimate?  Is there such a thing?  Tuxedo provides a transaction processor
  35. environment for terminals and a client/server environment.  It is available
  36. on many platforms and provides interoperability with several data bases.
  37. I personally think it is a little limited in that it is very static in its
  38. definition (all nodes must know of all other nodes, and system must be
  39. brought down to add new nodes etc. - based on my knowledge of rel 4)
  40.  
  41. |>   (Personally, I believe that Oracle or Sybase will be more successful
  42. |>    in real world due to the facts such as availability of more powerful
  43. |>    tools to insert and retrieve info. from databases, backup etc.,. I was
  44. |>  kind of biased towards Oracle, since it was my ex-employer !!)
  45. |> 
  46.  
  47. The data base products provide a little different environment than the TP
  48. products.  The split between client and server applications is usually at the
  49. SQL level for the DB products.  User code down to SQL in client, with DB code
  50. in server.  For the TP products, there are applications in the server (and
  51. possibly in the client).  DB environment is easier, but has its limitations.
  52. First, splitting applications at the SQL level often requires additional
  53. traffic between the client and server which is bad for networks.  Seconding,
  54. the client must know quite a bit about the database layout.  In the TP
  55. environment, you would see an application supported service, such as 
  56. debit an account, that would require a single interaction with the client
  57. instead of the client issueing multiple SQL requests.  However, the TP 
  58. environment requires more coding and is harder to design.
  59.  
  60. Please note that stored procedures are one method the database vendors are
  61. using to provide more application intelligence in the servers.
  62.  
  63. |> 3. Any ref. sources to read about differences between TOPEND and TUXEDO
  64. |>    I think TOPEND is NCR's and TUXEDO is AT&T's products.
  65. |> 
  66.  
  67. I think there are the articles out, but they are mainly marketing BS.
  68. Currently, there are 3 TP products in the UNIX area (plus CICS stuff and
  69. the DB stuff): Tuxedo, TOP END, and Encina.  
  70.  
  71. Tuxedo was developed at USL (formerly USO?) as a client/server tool, and
  72. added distributed TX support in Release 4.  Tuxedo is the the most widely
  73. available monitor, as many hardware vendors have ported the USL source to
  74. their platforms.  IMHO, Tuxedo has the weakest core technology though.
  75.  
  76. TOP END is a new product from NCR that runs primarily on NCR's hardware.  It
  77. is available in source form, but other vendors have been slow to line up to
  78. port it.  NCR has announced it is being proted to Sun and other platforms.
  79. IMHO, TOP END has a solid core technology, but has proprietary application
  80. interfaces.  Its biggest problem is the single vendor.  When ATT bought NCR,
  81. both TOP END and Tuxedo were analyzed, and the combined computer organization
  82. chose TOP END as the strategic TP monitor.
  83.  
  84. Encina is Transarc's TP system.  It has a toolkit approach, offering many 
  85. pieces.  Encina is based on DCE.  It uses DCE RPC as the primary communications
  86. mechinism.  If your strategy calss for DCE, Encina is the only choice
  87. currently (TOP END promises DCE support in the future).  IMHO, Encina has
  88. a strong core technology, and one of its biggest strengths - DCE - is also
  89. one of its biggest weaknesses.  DCE is brand new, and not the most stable of
  90. software.
  91.  
  92. |> 
  93. |> Thanks alot 
  94. |> 
  95. |> Have a nice day.
  96. |> ----
  97. |> phani
  98. |> 
  99. |> Commercial Applications Test Group        phani@uts.amdahl.com
  100. |> Amdahl Corporation                Phone: 408 737 5776 (off)
  101. |>    
  102.  
  103. Now that I've made comments on 3 products, and both positive and negative, 
  104. I'll put on the asbestos and wait for the flames!  All of the above is my
  105. opinion and does not represent the opinion of MDC!      
  106.  
  107. -- 
  108. David James Miller                        Architecture&Systems Evolution
  109. Mead Data Central, B6F3                   (513) 865-7441
  110. PO Box 933                                davidm@meaddata.com
  111. Dayton Ohio 45401                         I speak for me, not MDC
  112.