home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / os2 / programm / 6357 < prev    next >
Encoding:
Text File  |  1992-11-11  |  2.1 KB  |  54 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!cs.utexas.edu!usc!rpi!batcomputer!ghost.dsi.unimi.it!ipgaix!dedalo.unipg.it!luca
  3. From: luca@dedalo.unipg.it (Luca Priorelli)
  4. Subject: Re: RPC client/server application in a mixed environment ?
  5. Message-ID: <1992Nov12.093936.134521@ipgaix.unipg.it>
  6. Sender: news@ipgaix.unipg.it (News Distribution System/9999999)
  7. Nntp-Posting-Host: dedalo.unipg.it
  8. Organization: Universita' di Perugia
  9. References: <1992Nov11.164441.2262@cs.tu-berlin.de>
  10. Date: Thu, 12 Nov 1992 09:39:36 GMT
  11. Lines: 41
  12.  
  13. ernst@opal.cs.tu-berlin.de (Ernst Kloecker) writes:
  14.  
  15. >Hi,
  16.  
  17. >we are in the process of implementing a client-server application using
  18. >OS/2 1.3 at the moment, but we will move to OS/2 2.x soon. The server
  19. >is supposed to be running on a OS/2 machine with several OS/2, DOS/Windows
  20. >and Unix clients accessing the server functions via RPC.
  21.  
  22. >Has anybody done something like that before and can recommend books/articles
  23. >on RPC programming in a mixed environment ? Is the mixed environment
  24. >idea feasible in the first place ?
  25.  
  26. Sure, it is feasible. I don't know any book. There are some RFC (1057 and
  27. 1014) on the RPC protocol as implemeted by Sun. Your mixed environment
  28. does not constitute a problem (you can find Sun RPC in any
  29. of the platforms you indicated).
  30.  
  31. >What kind of RPC libraries are available for OS/2 1.3 and OS/2 2.0 ? On
  32. >which communication protocols is the RPC mechanism based ? TCP/IP ?
  33.  
  34. I have IBM TCP/IP for OS/2 Toolkit. It contains the Sun RPC programming
  35. tools and libraries and also Apollo's NCS (Network Computing System).
  36. There are also RPC implementations not based on TPC/IP: for instance
  37. Netwise RPC which can also run over SNA and connect IBM mainframes.
  38.  
  39. >If it is TCP/IP, would it still be possible to connect the OS/2 server to
  40. >a Netware network which uses IPX/SPX as the underlying protocol ?
  41.  
  42. No problem. Clients can run both protocols at the same time. If you 
  43. want to implement RPC on the Netware server there is a Novell product
  44. called Netware RPC (but I think it is not compatible with others RPC
  45. implementations).
  46.  
  47.  
  48. >Thanks for any info, Ernst.
  49. >--
  50.  
  51. Bye.
  52.  
  53. Luca Priorelli
  54.