Thread: simple rpc programm

  1. #1
    Registered User
    Join Date
    Mar 2004
    Posts
    19

    simple rpc programm

    hi all
    can anybody help me
    1) how to process say client and server sending messages using RPC(remote procedure call) if message size is 50 byte
    code should be in cpluplus
    thanks

  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
    You're going to have to provide more information than that
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Oct 2004
    Posts
    120
    Quote Originally Posted by swaugh
    hi all
    can anybody help me
    1) how to process say client and server sending messages using RPC(remote procedure call) if message size is 50 byte
    code should be in cpluplus
    thanks
    This stinks like homework to me. What if I give you the code in Python, will your teacher reject it?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Simple message encryption
    By Vicious in forum C++ Programming
    Replies: 10
    Last Post: 11-07-2004, 11:48 PM
  2. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  3. Simple simple program
    By Ryback in forum C++ Programming
    Replies: 10
    Last Post: 09-09-2004, 05:48 AM
  4. Need help with simple DAQ program
    By canada-paul in forum C++ Programming
    Replies: 12
    Last Post: 03-15-2002, 08:52 AM
  5. Simple Compile Time Problem - HELP!
    By kamikazeecows in forum Windows Programming
    Replies: 2
    Last Post: 12-02-2001, 01:30 PM