Thread: Remote Procedure Call

  1. #1
    Unregistered
    Guest

    Remote Procedure Call

    Hi All,

    I am now taking a course about Remote Procedure Call on UNIX, and the codes are written in C.

    I have learnt C before, but totally new to the RPC. And the Lecturer is not clearly in explaining the steps.
    I don't even know how to run the simple example... =(

    Can anyone point me to some resources (hopefully some beginer guide) about RPC?

    I don't know whether my post is a little bit off topic or not, but I really need help.

    Please help.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Try
    http://www.cs.cf.ac.uk/Dave/C/node33...00000000000000

    Then catch up on the rest of that tutorial

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 9
    Last Post: 02-13-2008, 02:59 PM
  2. howto add sys call using modules only ?
    By pinkeshzaveri in forum Linux Programming
    Replies: 1
    Last Post: 08-23-2005, 12:28 PM
  3. Replies: 12
    Last Post: 05-17-2003, 05:58 AM
  4. Iterative Tree Traversal using a stack
    By BigDaddyDrew in forum C++ Programming
    Replies: 7
    Last Post: 03-10-2003, 05:44 PM
  5. call by reference and a call by value
    By IceCold in forum C Programming
    Replies: 4
    Last Post: 09-08-2001, 05:06 PM