Search:

Type: Posts; User: mr_m4x

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    3,963

    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...
  2. Replies
    2
    Views
    2,260

    glibc detected - error

    Hi,

    I have written a client/server app that works fine when I run both in a local machine, but once I try to run the server on a remote machine I get the following error:

    *** glibc detected ***...
  3. Replies
    3
    Views
    1,254

    Great, I managed to solve my previous question. ...

    Great, I managed to solve my previous question.

    Now I have another doubt, how can I write a struct to a pipe? Let's say this for example:


    typedef struct{
    int one;
    int two;
    int three;...
  4. Replies
    3
    Views
    1,254

    Parent process won't continue execution

    Hello,

    I'm developing a concurrent client that has to send requests to n-servers. I'm using processes, forking the parent process and using pipes so the child processes can communicate with the...
Results 1 to 4 of 4