home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.27 / text0035.txt < prev    next >
Encoding:
Text File  |  1992-05-20  |  4.3 KB  |  122 lines

  1. Submitted-by: sthomas@mitchell.hac.com (Scott Thomas)
  2.  
  3. Hello,
  4. A while back I posted a request for info on X/Open's XTI API
  5. standard.  I apologize for the delay in posting this, but we
  6. have other deadlines.  The responses were not as plentiful
  7. as I had hoped, but the few I did receive were helpful.  Many
  8. thanks to Joel Spencer of Bull Worldwide Information Systems,
  9. who was especially helpful.
  10.  
  11. --
  12. Scott Thomas
  13.  
  14. Space & Communications Group
  15. Hughes Aircraft Co.
  16.   (fax) 703-438-8430
  17. (email) proto@mitchell.eos.scg.hac.com
  18.  
  19.  
  20. -------------------- cut here --------------------------------
  21.  
  22.  
  23. From: jspencer@cass.ma02.bull.com (Joel Spencer)
  24. Subject: Re: X/Open's XTI standard & OSF's TLI standard
  25. Newsgroups: comp.std.unix
  26. Organization: Bull World Wide Information Systems Inc.
  27.  
  28. ( Joel Spencer faxed a copy of the DPX & DPX/2 reference manual
  29.   appendix from BULL Info. Systems.  The appendix briefly discusses
  30.   the differences between XTI & TLI.  Below is a short summary of 
  31.   the appendix, most of which I quoted. )
  32.  
  33.     XTI is based on the SVID Issue 2, Volume 3, Networking
  34.     Services Extensions.  XTI provides refinement of the Transport
  35.     Level Interface where such refinement is considered necessary.
  36.     This refinement includes: 
  37.         - additional commentary ...
  38.         - modifications to the interface ...
  39.         - removal of dependencies on specific UNIX verisons ...
  40.  
  41.     The following features can be considered XTI extensions to TLI:
  42.         - Some functions may return more error types ...
  43.         - transport provider identifier has been generalised ...
  44.         - additional events have been defined ...
  45.         - additional features added to t_snd(), t_sndrel(), t_rcvrel()
  46.         - can use options for certain types of transport service
  47.         - O_RDONLY & O_WRONLY flags usage withdrawn
  48.         - XTI checks value of 'qlen' and prevents applications
  49.           waiting forever on 't_listen()' calls
  50.  
  51. ( Joel also answered a few questions, which I included the responses to. )
  52.  
  53. >> 
  54. >> Does the document mention how to obtain XTI?  If not, could you please
  55. >> tell me?  As a user, do you prefer XTI over TLI?
  56. >>
  57.  
  58. >
  59. > i do not think that XTI is a public domain item.  certainly the stuff that
  60. > i work on is an "orderable" item with a market id(CNDG001-CB00) and a
  61. > price.  the documentation set is also a separately orderable
  62. > item.  i do not know who your UNIX vendors are, but you may be able
  63. > to oreder a copy of XTI from them.  then again, from feedback that 
  64. > i have gotten, the Bull UNIX XTI release is one of the first available.
  65. >
  66. > as a user i prefer XTI.  the documentation is better.  and i know it will
  67. > be around for a while because it is sanctioned by X/Open.  i do not
  68. > think TLI will have as many users as XTI.  but only time will tell.
  69. >
  70. ========================================================================
  71.  
  72. From: sp@gr.osf.org (Simon Patience)
  73. Subject: Re: X/Open's XTI standard & OSF's TLI standard
  74.  
  75. One piece of information for you. The TLI interface is in fact a product of 
  76. AT&T and not OSF. It is what X/Open based XTI (which OSF supports) on.
  77.  
  78. Simon.
  79.  
  80.   Simon Patience
  81.   Open Software Foundation            Phone: +33-76-63-48-72
  82.   Research Institute                FAX:   +33-76-51-05-32
  83.   2 Avenue De Vignate                Email: sp@gr.osf.org
  84.   38610 Gieres, France                    uunet!gr.osf.org!sp
  85.  
  86. ========================================================================
  87.  
  88. From: mfc@medoc.aux.apple.com (Matthew Caprile)
  89. Subject: X/Open's XTI standard & OSF's TLI standard
  90.  
  91. XTI is described in voume 7 of the X/Open Portability Guide, issue 3 (XPG3).
  92. The ISBN number is 0-13-685892-9. You can walk into any decent bookstore
  93. and have them order it (it is published by Prentice Hall). Or you can go
  94. to a computer-specialist bookstore and ask them if they have it in stock.
  95.  
  96. It is supposed to be a transport-level independant networking interface
  97. (You are supposed to be able to write apps that will work over both
  98. ISO and TCP/IP stacks, not caring which one is used).
  99.  
  100. You might want to contact X/Open directly to see if they have published
  101. anything on XTI since XPG3 came out.
  102.  
  103.   X/Open Company Limited
  104.   Apex Plaza, Forbury Road
  105.   Reading, England, RG1 1AX
  106.   Tel: +(44) (0)734 508311 x2230
  107.  
  108.       -or-
  109.  
  110.   X/Open Company Ltd
  111.   1010 El Camino Real, Suite 380
  112.   Menlo Park, CA 94025
  113.   Phone: +1 415 323-7992
  114.   FAX:   +1 415 323-8204
  115.  
  116.  
  117. ========================================================================
  118.  
  119.  
  120. Volume-Number: Volume 27, Number 35
  121.  
  122.