EmbLogic's Blog

Author Archives: Jitendra Kumar

Implementation of Message queue

RCS file: reciever.c,v Working file: reciever.c head: 1.24 branch: locks: strict root: 1.24 access list: symbolic names: keyword substitution: kv total revisions: 24; selected revisions: 24 description: this is a reciever end . it will recieve the data. which will … Continue reading

Posted in Uncategorized | Leave a comment

project_03_Single_Client_Single_Server_Using_Ipc_And_Threads

RCS file: client1.c,v Working file: client1.c head: 1.18 branch: locks: strict root: 1.18 access list: symbolic names: keyword substitution: kv total revisions: 18; selected revisions: 18 description: this is aclient progran which will genrate arequest. rfd and wfd file is … Continue reading

Posted in Uncategorized | Leave a comment

3_Requesting_Client_3_Processing_Client_And_1Server using only pipe

RCS file: header.h,v Working file: header.h head: 1.3 branch: locks: strict root: 1.3 access list: symbolic names: keyword substitution: kv total revisions: 3; selected revisions: 3 description: include stdio.h —————————- revision 1.3 locked by: root; date: 2015/12/23 17:25:37; author: root; … Continue reading

Posted in Uncategorized | Leave a comment

client server using fifo for three processing client and one server and three requesting client

RCS file: adder.c,v Working file: adder.c head: 1.24 branch: locks: strict root: 1.24 access list: symbolic names: keyword substitution: kv total revisions: 24; selected revisions: 24 description: adder.c accepts recieves the request which is send by the server. then calculate … Continue reading

Posted in Uncategorized | Leave a comment

Client server using pipes and fifo for n users

RCS file: adder.c,v Working file: adder.c head: 1.24 branch: locks: strict root: 1.24 access list: symbolic names: keyword substitution: kv total revisions: 24; selected revisions: 24 description: adder.c accepts recieves the request which is send by the server. then calculate … Continue reading

Posted in Uncategorized | Leave a comment

project 03 implementation of client server at one server and three processing client and three reque sting client

RCS file: header.h,v Working file: header.h head: 1.3 branch: locks: strict root: 1.3 access list: symbolic names: keyword substitution: kv total revisions: 3; selected revisions: 3 description: include stdio.h revision 1.2 date: 2015/12/23 16:28:04; author: root; state: Exp; lines: +1 … Continue reading

Posted in Uncategorized | Leave a comment

project 03 implementation of single client and single server using ipc and threads

RCS file: header.h,v Working file: header.h head: 1.3 branch: locks: strict root: 1.3 access list: symbolic names: keyword substitution: kv total revisions: 3; selected revisions: 3 description: include stdio.hrevision 1.2 date: 2015/12/23 16:28:04; author: root; state: Exp; lines: +1 -0 … Continue reading

Posted in Uncategorized | Leave a comment

project 03 client server using ipc and threads by using pipe () system call at genrate the request byclient and accept by server(Logfile)

RCS file: request.h,v Working file: request.h head: 1.4 branch: locks: strict root: 1.4 access list: symbolic names: keyword substitution: kv total revisions: 4; selected revisions: 4 description: it defines the structure of the request. —————————- revision 1.4 locked by: root; … Continue reading

Posted in Uncategorized | Leave a comment

created all menu,all operation is pending(except created node) in LINK LIST

RCS file: link_list.c,v Working file: link_list.c head: 1.4 branch: locks: strict root: 1.4 access list: symbolic names: keyword substitution: kv total revisions: 4; selected revisions: 4 description: —————————- revision 1.4 locked by: root; date: 2015/07/03 09:31:59; author: root; state: Exp; … Continue reading

Posted in Uncategorized | Leave a comment

mdc project using scripting file

RCS file: mdc.c,v Working file: mdc.c head: 1.11 branch: locks: strict root: 1.11 access list: symbolic names: keyword substitution: kv total revisions: 11; selected revisions: 11 description: read the content of file master array ha created code length has also … Continue reading

Posted in Uncategorized | Leave a comment

logfile of project MDCEIT at the create compress7 file

RCS file: mdc.c,v Working file: mdc.c head: 1.7 branch: locks: strict root: 1.7 access list: symbolic names: keyword substitution: kv total revisions: 7; selected revisions: 7 description: read the content of file master array ha created code length has also … Continue reading

Posted in Uncategorized | Leave a comment

LOG FILE OF MDC AT CREATE THE COMPREES FILE

rlog mdc.c RCS file: mdc.c,v Working file: mdc.c head: 1.3 branch: locks: strict root: 1.3 access list: symbolic names: keyword substitution: kv total revisions: 3; selected revisions: 3 description: read the content of file master array ha created code length … Continue reading

Posted in Uncategorized | Leave a comment

POINTER

I knew the real definition of pointer . it is a variable that stores the logical address not physical address.

Posted in Uncategorized | Leave a comment