EmbLogic's Blog

IMPLEMENTATION OF IPC WITH SOCKETS

RCS file: server.c,v
Working file: server.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
successfully implemented socket programming.
this is server,in which we create two sockets.
one for requesting client and other for processing client.
socket domain we are using is AF_INET.
—————————-
revision 1.1 locked by: root;
date: 2014/06/16 13:07:28; author: root; state: Exp;
Initial revision
=============================================================================
RCS file: client1.c,v
Working file: client1.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
this is requesting client.
connect call is used in this to connect with server.
—————————-
revision 1.1 locked by: root;
date: 2014/06/16 13:12:57; author: root; state: Exp;
Initial revision
=============================================================================
RCS file: proc1.c,v
Working file: proc1.c
head: 1.1
branch:
locks: strict
client1: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
this is processing client.
connect call is used to connect with server with different port numberr.
—————————-
revision 1.1 locked by: client1;
date: 2014/06/16 13:17:20; author: client1; 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>