home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / cplus / 11284 < prev    next >
Encoding:
Text File  |  1992-07-21  |  1.5 KB  |  39 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!stanford.edu!CSD-NewsHost.Stanford.EDU!Xenon.Stanford.EDU!jens
  3. From: jens@Xenon.Stanford.EDU (Jens Christensen)
  4. Subject: Re: Sun C++ 2.1 and RPC
  5. Message-ID: <jens.711761856@Xenon.Stanford.EDU>
  6. Keywords: RPC
  7. Sender: news@CSD-NewsHost.Stanford.EDU
  8. Organization: CS Department, Stanford University, California, USA
  9. References: <1992Jul17.023848.419@cs.tulane.edu> <1992Jul21.202848.11095@aostra.uucp>
  10. Date: 21 Jul 92 23:37:36 GMT
  11. Lines: 26
  12.  
  13. kreiser@aostra.GOV (Barry Kreiser) writes:
  14.  
  15. >In article 419@cs.tulane.edu, huangx@cs.tulane.edu (Xinyu Huang) writes:
  16. >>We plan to buy Sun C++ 2.1. It has RPC libraries. But I want to know whether
  17. >>the RPC support C++ language. For example, can C++ class be transferred
  18. >>between client and server? If someone know the answer or can tell me whom
  19. >>I should ask,please send me an email. I have called 1-800-USA-4SUN, no
  20. >>use.
  21. >>
  22. >>huangx@cs.tulane.edu
  23.  
  24.  
  25. >I am interested in this as well....   Is there an RPCGEN++ or something else out
  26. >there that automatically serializes and deserializes instances of classes...
  27.  
  28.   You might want to take a look at NetClasses from PostModern
  29. Computing.  It provides serialization and deserialization of C++
  30. objects, as well as Remote Method Invocation (RMI), a C++ version of
  31. RPC.  A description of NetClasses can be gotten via anonymous ftp from
  32. thor.stanford.edu in the /pub/netclasses directory, or you can
  33. reach PostModern at (415) 967-6169.
  34.  
  35. Jens Christensen
  36.  
  37.  
  38.  
  39.