home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / programm / 5245 < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.5 KB  |  31 lines

  1. Newsgroups: comp.unix.programmer
  2. Path: sparky!uunet!news.mentorg.com!hp_mgs1!simtc
  3. From: simtc@hp_mgs1.mentorg.com (Sim Thiam Chye)
  4. Subject: RPC server did not return status
  5. Message-ID: <1992Nov11.095253.23538@news.mentorg.com>
  6. Sender: simtc@hp_mgs1 (Sim Thiam Chye)
  7. Date: Wed, 11 Nov 1992 09:52:53 GMT
  8. Reply-To: thiam-chye_sim@mentorg.com
  9. Nntp-Posting-Host: hp_mgs1.mentorg.com
  10. Organization: Mentor Graphics Corporation
  11. Keywords: RPC
  12. Followup-To: 
  13. Lines: 16
  14.  
  15.  
  16. I wrote a simple RPC program which emulate Apollo's send_alarm on the Sun workstations and ported it to HP-UX. It works perfect on the Sun but the RPC server running on the HP710 doesn't seem to return any status after it finished it's job correctly. The client (both on Sun and HP) calling the server on HP will wait till timeout (value preset in the program) and exit.
  17.  
  18. The HP710 is  running HP-UX 9.0 . Do I have to tell the server explicitly
  19. to send finish status to it's clients?
  20.  
  21. Any suggestions are appreciated.
  22.  
  23. -- 
  24. *************************************************************************
  25. *    _/_/_/_/  _/_/_/_/_/  _/_/_/_/    Sim Thiam Chye                   *
  26. *   _/            _/      _/           Mentor Graphics (S) Pte Ltd      *
  27. *  _/_/_/_/      _/      _/            Phone: 8709-265                  *
  28. *       _/      _/      _/             Email: simtc@em-sg01.mentorg.com *
  29. *_/_/_/_/      _/      _/_/_/_/                                         *
  30. *************************************************************************
  31.