EmbLogic's Blog

Threads in IPC.

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.
@

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>