Thread: RPC concurrent server in C...???

  1. #1
    Registered User
    Join Date
    Mar 2009
    Posts
    4

    RPC concurrent server in C...???

    Hi, I'm developing a client/server RPC application where the server needs to handle concurrent calls from the clients. Is it possible to create that under C? I've been looking for some examples but no luck.

    I have successfully developed a concurrent TCP server but I want to turn it into a RPC application and I'm lost right now. I spawned new processes every time there was a connection on the socket but I don't know how to spawn new processes under the RPC paradigm.

    Any help/links/tutorial would be appreciated.

    Thanks!

  2. #2
    Registered User
    Join Date
    Mar 2009
    Posts
    1
    You can refer to the XmlRpc++ library, that is a C++ implementation of the XML-RPC protocol.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Server Architecture
    By coder8137 in forum Networking/Device Communication
    Replies: 2
    Last Post: 01-29-2008, 11:21 PM
  2. Where's the EPIPE signal?
    By marc.andrysco in forum Networking/Device Communication
    Replies: 0
    Last Post: 12-23-2006, 08:04 PM
  3. Concurrent server problems
    By Qwerty in forum Linux Programming
    Replies: 0
    Last Post: 06-13-2003, 11:52 AM
  4. IE 6 status bar
    By DavidP in forum Tech Board
    Replies: 15
    Last Post: 10-23-2002, 05:31 PM
  5. socket question
    By Unregistered in forum C Programming
    Replies: 3
    Last Post: 07-19-2002, 01:54 PM