home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / vrxda.txt < prev    next >
Text File  |  1995-09-19  |  3KB  |  58 lines

  1.         VRXDA v1.2     Distributed Connection Object for VX-REXX
  2.         
  3.         The VRXDA Distributed Connection Object allows you to create true 
  4.         Client/Server applications with VX-REXX version 2.1 or greater. It 
  5.         is a VX-REXX object developed using the ODK from WATCOM inc. and 
  6.         SOM-1 and is automatically installed on the VX-REXX tooolbar. The 
  7.         VRXDA Distributed Connection Object is fully enabled for drag drop 
  8.         programming and will install a set of programming macros in your 
  9.         VX-REXX system directory.
  10.  
  11.         The Distibuted Connection Object hides the complexity of the supported 
  12.         communication protocols.
  13.  
  14.         Several methods of interprocess and cross-network communication are 
  15.         available for OS/2. However, each has a different programming interface. 
  16.         This means that a programmer must learn different ways to accomplish the 
  17.         same task, depending on the protocol in use. 
  18.  
  19.         Using IBM* Distributed Application/2 services The Distibuted Connection 
  20.         Object provides a single, consistent programming interface to aall of the 
  21.         supported communication protocols. The programmer must therefore learn only 
  22.         one interface in order to use multiple protocols.
  23.  
  24.         Ordinarily, the programmer must decide when writing an application which 
  25.         communication protocol to use. If it becomes necessary to change protocols, 
  26.         the application must be rewritten. 
  27.  
  28.         Because the Distibuted Connection Object uses the same APIs regardless of 
  29.         the underlying protocol, the selection of protocol need not be made until 
  30.         run time. This means that the protocol can be changed without access to 
  31.         source code and without recompiling. 
  32.  
  33.         This also means that a distributed application can be developed and tested 
  34.         first on a single machine using OS/2 named pipes and later moved to span a 
  35.         network using NetBIOS or APPC without recoding. 
  36.   
  37.         The Distibuted Connection Object supports three communication protocols: 
  38.  
  39.             o Named pipes : A form of OS/2 interprocess communication that uses 
  40.                             file-system calls to transfer data between processes 
  41.                             running on the same workstation. Named-pipes 
  42.                             connections across a network are not supported. 
  43.  
  44.             o NetBIOS     : A communications programming interface that supports 
  45.                             peer-to-peer connections between applications running 
  46.                             on a LAN. 
  47.  
  48.             o APPC        : Advanced Program-to-Program Communication, an 
  49.                             implementation of the IBM* Systems Network Architecture 
  50.                             (SNA) LU 6.2 protocol. APPC allows distribution of 
  51.                             applications across an SNA network.
  52.  
  53.         The VRXDA Distributed Connection Object is shareware and can be registered 
  54.         through the Shareware Registration database GO SWREG reg No 7276.
  55.  
  56.         ADD Consulting (CH)                              1995/08/25
  57.  
  58.