From bloom-picayune.mit.edu!mintaka.lcs.mit.edu!yale!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!sun-barr!cronkite.Central.Sun.COM!exodus.Eng.Sun.COM!nibroc.Eng.Sun.COM!corbin Mon Dec 16 23:07:28 EST 1991
Article: 922 of comp.protocols.misc
Xref: bloom-picayune.mit.edu comp.protocols.misc:922 comp.protocols.nfs:3489
Path: bloom-picayune.mit.edu!mintaka.lcs.mit.edu!yale!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!sun-barr!cronkite.Central.Sun.COM!exodus.Eng.Sun.COM!nibroc.Eng.Sun.COM!corbin
From: corbin@nibroc.Eng.Sun.COM (John Corbin)
Newsgroups: comp.protocols.misc,comp.protocols.nfs
Subject: Async RPC (or Procedural-based Messaging)
Keywords: RPC, Examples
Message-ID: <kk810kINNae6@exodus>
Date: 10 Dec 91 00:02:28 GMT
Followup-To: comp.protocols.misc
Organization: Sun Microsystems Inc., Mountain View, CA
Lines: 18
NNTP-Posting-Host: nibroc

I have made available RPC programming examples that I used in my
tutorial presentation at the Sun User Group Conference entitled
"Writing Distributed Applications using the ONC Platform".

Included in my distributed matrix multiplication program are some routines
that perform async RPC, i.e. the act/process of making the RPC is
seperated from the act/process of getting the reply.  This means that you
can now have a process that has more than one outstanding RPC request
at any given time.

THIS MECHANISM IS NOT SUPPORTED BY SUN MICROSYSTEMS.

The share file is ftp-able from cs.ep.utexas.edu (129.108.1.40).  The
file is located in pub/SUG_tut_ex.12_91.shar .

Please send comments/questions to John.Corbin@sun.com .

John


