About RPC function

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ri58776
    New Member
    • Feb 2007
    • 13

    #1

    About RPC function

    Does anyone have any idea about how RPC function in Unix works??
    If I have
    int test(const int *a,double b,char *c) function then which data will be sent from client to server and which data will be sent from server to client???
    Plzz, reply me asap....
    thanks
  • Motoma
    Recognized Expert Specialist
    • Jan 2007
    • 3236

    #2
    Take a look at this article. If you are curious after reading this, set up a packet sniffer such as wireshark and track which data gets passes around.

    Comment

    • ri58776
      New Member
      • Feb 2007
      • 13

      #3
      Originally posted by ri58776
      Does anyone have any idea about how RPC function in Unix works??
      If I have
      int test(const int *a,double b,char *c) function then which data will be sent from client to server and which data will be sent from server to client???
      Plzz, reply me asap....
      thanks
      Still it looks confusing,,does anyone have any idea???

      Comment

      Working...