Thread: IPC vs RPC

  1. #1
    Registered User hermit's Avatar
    Join Date
    Apr 2002
    Posts
    213

    Talking IPC vs RPC

    what is the pro's and con's of IPC(inter process communication) and RPC(remote procedure calls)? Dont be mistaken, this is not my assignment question. i just want to have a better understanding IPC and RPC

    how can a process communicate and synchronise their action without sharing same address space? They are linked in a different way??

    Ober and stealth i need you
    Last edited by hermit; 09-02-2002 at 08:10 AM.

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  3. #3
    . Driveway's Avatar
    Join Date
    May 2002
    Posts
    469
    No it doesn't. It's just a bunch of links

  4. #4
    Disagreeably Disagreeable
    Join Date
    Aug 2001
    Posts
    711
    I can tell you a few things on IPC, but I know nothing on RPC.

  5. #5
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052
    I can tell you noting on IPC and nothing on RPC.

  6. #6
    Registered User hermit's Avatar
    Join Date
    Apr 2002
    Posts
    213
    you guyss . . .

  7. #7
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Originally posted by Driveway
    No it doesn't. It's just a bunch of links
    And what do we do with links? We -click- on them, remember?
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  8. #8
    Disagreeably Disagreeable
    Join Date
    Aug 2001
    Posts
    711
    Hermit, if you'd like when I get home I'll post a whole load of information on IPC and the different types. I can't do it now (I'm kind of in class at the moment.) though...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. RPC concurrent server in C...???
    By mr_m4x in forum C Programming
    Replies: 1
    Last Post: 03-28-2009, 11:10 PM
  2. Simulating wireless netowork using IPC
    By tenkasian in forum C Programming
    Replies: 3
    Last Post: 03-23-2009, 04:16 PM
  3. Segmentation fault - IPC
    By kbfirebreather in forum C Programming
    Replies: 7
    Last Post: 02-01-2009, 03:17 PM
  4. RPC probe explosion.
    By Brian in forum A Brief History of Cprogramming.com
    Replies: 41
    Last Post: 08-13-2003, 09:08 PM
  5. IPC Linux to Windows
    By Massive in forum Windows Programming
    Replies: 1
    Last Post: 06-21-2003, 01:13 AM