EmbLogic's Blog

Author Archives: Mohit Jangra

client-server project using multi-threads

RCS file: ./server.c,v Working file: ./server.c head: 1.9 branch: locks: strict root: 1.9 access list: symbolic names: keyword substitution: kv total revisions: 9; selected revisions: 9 description: included all the header files that will be used in the code —————————- … Continue reading

Posted in Uncategorized | Leave a comment

basic implementation of thread

RCS file: ./threads.c,v Working file: ./threads.c head: 1.7 branch: locks: strict root: 1.7 access list: symbolic names: keyword substitution: kv total revisions: 7; selected revisions: 7 description: included all the header files that will be used in the code —————————- … Continue reading

Posted in Uncategorized | Leave a comment

ipc using FIFO

RCS file: ./server.c,v Working file: ./server.c head: 1.6 branch: locks: strict root: 1.6 access list: symbolic names: keyword substitution: kv total revisions: 6; selected revisions: 6 description: includd all the header files that will be used inn the functions created … Continue reading

Posted in Uncategorized | Leave a comment

creation,traversing,insertion and deletion in linked list

RCS file: ./link_list.c,v Working file: ./link_list.c head: 1.7 branch: locks: strict root: 1.7 access list: symbolic names: keyword substitution: kv total revisions: 7; selected revisions: 7 description: defineed all the header files that will be used in the code created … Continue reading

Posted in Uncategorized | Leave a comment

ipc using message queue and semaphores

rcs: warning: No options were given; this usage is obsolescent. rcs: RCS/server.c,v: No such file or directory [root@(none) ipc_project]# rcs -i server.c RCS file: server.c,v enter description, terminated with single ‘.’ or end of file: NOTE: This is NOT the … Continue reading

Posted in Uncategorized | Leave a comment

communication using message queue

RCS file: receiever.c,v enter description, terminated with single ‘.’ or end of file: NOTE: This is NOT the log message! >> included all the header files that will be used in the code >> . done [root@(none) msgq]# ci ./receiever.c … Continue reading

Posted in Uncategorized | Comments Off

complete mdc project

RCS file: mdc.c,v Working file: mdc.c head: 1.8 branch: locks: strict root: 1.8 access list: symbolic names: keyword substitution: kv total revisions: 8; selected revisions: 8 description: included all the header files entered the string using gets() —————————- revision 1.8 … Continue reading

Posted in Uncategorized | Leave a comment

complete ipc project using semaphores

RCS file: server.c,v Working file: server.c head: 1.13 branch: locks: strict root: 1.13 access list: symbolic names: keyword substitution: kv total revisions: 13; selected revisions: 13 description: included all the header files that will be used in the code —————————- … Continue reading

Posted in Uncategorized | Leave a comment

communication between client and server using socket in AF_INET domain

RCS file: ./server.c,v Working file: ./server.c head: 1.6 branch: locks: strict root: 1.6 access list: symbolic names: keyword substitution: kv total revisions: 6; selected revisions: 6 description: added all the header files that will be used in the code —————————- … Continue reading

Posted in Uncategorized | Leave a comment

creating socket between client and the server in unix

RCS file: ./server.c,v Working file: ./server.c head: 1.7 branch: locks: strict root: 1.7 access list: symbolic names: keyword substitution: kv total revisions: 7; selected revisions: 7 description: included all the header files that will be used in the code —————————- … Continue reading

Posted in Uncategorized | Leave a comment

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 … Continue reading

Posted in Uncategorized | Leave a comment

entering the details of students using pointer structures

RCS file: ./struct4.c,v Working file: ./struct4.c head: 1.4 branch: locks: strict root: 1.4 access list: symbolic names: keyword substitution: kv total revisions: 4; selected revisions: 4 description: defined the header files —————————- revision 1.4 locked by: root; date: 2014/11/02 19:42:56; … Continue reading

Posted in Uncategorized | Leave a comment

communication using pipes

RCS file: pipe1.c,v Working file: pipe1.c head: 1.4 branch: locks: strict root: 1.4 access list: symbolic names: keyword substitution: kv total revisions: 4; selected revisions: 4 description: defined the header files that will be used in the programs allocated memory … Continue reading

Posted in Uncategorized | Leave a comment

to print the master array

total revisions: 5; selected revisions: 5 description: defined the header files to be used in the program —————————- revision 1.5 date: 2014/10/16 04:01:32; author: root; state: Exp; lines: +1 -1 printing the master array —————————- revision 1.4 date: 2014/10/16 03:56:40; … Continue reading

Posted in Uncategorized | Leave a comment