EmbLogic's Blog

complete ipc project using pipes

RCS file: ./server.c,v
Working file: ./server.c
head: 1.10
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 10; selected revisions: 10
description:
gave all the header files that will be used in the programs
created a struct data for variables that will be used in writing code
—————————-
revision 1.10
date: 2014/11/07 08:02:43; author: root; state: Exp; lines: +1 -1
now doing this for all the other three requests
—————————-
revision 1.9
date: 2014/11/07 08:00:24; author: root; state: Exp; lines: +1 -1
after receieving the data from the process
forwarding it to the client side
and displaying the result
—————————-
revision 1.8
date: 2014/11/07 07:56:16; author: root; state: Exp; lines: +1 -1
did the processing of numbers in the process side
wrote back the result to the server
—————————-
revision 1.7
date: 2014/11/07 07:52:31; author: root; state: Exp; lines: +1 -1
converted the file descriptors for read and write into integer
and in the process side again converted those file descriptors into characters
—————————-
revision 1.6
date: 2014/11/07 07:51:05; author: root; state: Exp; lines: +1 -1
created a pipe between the server and the process
—————————-
revision 1.5
date: 2014/11/07 07:48:23; author: root; state: Exp; lines: +1 -1
now after creating the child process and creating link between the server and the client,in the parent processreceieved the request from the requestin—————————-
revision 1.4
date: 2014/11/07 07:45:36; author: root; state: Exp; lines: +1 -1
wrote the data to the server for further processing
—————————-
revision 1.3
date: 2014/11/07 07:41:37; author: root; state: Exp; lines: +1 -0
in the request side again changed the file descriptors into integer receieved by the argument vector
—————————-
revision 1.2
date: 2014/11/07 07:38:04; author: root; state: Exp; lines: +0 -1
created a file between server and request
changed the file descriptors for read and write into characters
—————————-
revision 1.1
date: 2014/11/07 07:33:38; author: root; state: Exp;
Initial revision

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>