003 Linux System ProgrammingIssues, queries and suggestions related to Linux, Linux Programming, IPC, Interprocess Communication, Synchronization, Semaphore, System Programming, Linux Software Development.
which ipc technique are u using b/w server and processing client? . if you using pipes then you have to pass file descriptive. if fifo then open fifo at both ends. for more details..elaborate ur problem...
RCS file: server.c,v Working file: server.c head: 1.7 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 7; selected revisions: 7 description: This is the server program to implemented server_client relation by pipes ---------------------------- revision 1.7 date: 2014/10/22 17:08:38; author: root; state: Exp; lines: +47 -1 forking again to create second processing client server wrote data to processing client also server reading data from processing client ---------------------------- revision 1.6 date: 2014/10/22 16:55:53; author: root; state: Exp; lines: +33 -2 forking again to creat second requesting client named processing client minus_client server waiting for the request ---------------------------- revision 1.5 date: 2014/10/22 16:47:18; author: root; state: Exp; lines: +28 -0 another two pipe created one pipe for second requesting client one pipe for second processing client that is the subtracting client ---------------------------- revision 1.4 date: 2014/10/22 16:37:46; author: root; state: Exp; lines: +57 -1 forking again created processing child 1 processing client is the client to adding two integer server wrote data to processing client server waiting for receive data from processing client in block on read ---------------------------- revision 1.3 date: 2014/10/22 16:20:46; author: root; state: Exp; lines: +23 -1 created a new child replace that child by a new process which is our 1st requesting child server wait for reading data from requesting client ---------------------------- revision 1.2 date: 2014/10/22 16:02:49; author: root; state: Exp; lines: +56 -2 two pipes were created one for a requesting client and another for processing client ---------------------------- revision 1.1 date: 2014/10/17 16:24:01; author: root; state: Exp; Initial revision =============================================================================