Implemented the threads in Inter Process Communication. Individual thread create for each requesting client in server.
Log file for server:
head 1.2;
access;
symbols;
locks
root:1.2; strict;
comment @ * @;
1.2
date 2013.12.28.11.57.21; author root; state Exp;
branches;
next 1.1;
1.1
date 2013.12.28.11.12.38; author root; state Exp;
branches;
next ;
desc
@This is the source code file of server with thread created for each request.
@
1.2
log
@final source code after debugging.
@
Log file for requesting client:
head 1.2;
access;
symbols;
locks
root:1.2; strict;
comment @ * @;
1.2
date 2013.12.28.12.01.54; author root; state Exp;
branches;
next 1.1;
1.1
date 2013.12.28.11.14.02; author root; state Exp;
branches;
next ;
desc
@This is the source code file for requesting client for which the server create a thread.
@
1.2
log
@The source code for requesting client debugged.
@