EmbLogic's Blog

Author Archives: Ravi Raja

About Ravi Raja

I am Responsible, Reliable, Smart, not Humorous but very helpful. Sometimes I loose my patience and my mind struggles to overcome that.

3_RequestingClient_And_3_ProcessingClient-Logfile

RCS file: header.h,v Working file: header.h head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: All the required header files are included here some important are stdio.h unistd.h … Continue reading

Posted in Uncategorized | Leave a comment

Single Requesting Client and Single Processing Client – Logfile 26th dec 2015

RCS file: header.h,v Working file: header.h head: 1.1 branch: locks: strict         root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1;     selected revisions: 1 description: All the required header files are included … Continue reading

Posted in Uncategorized | Leave a comment

Client Server using IPC and Threads – Created Pipe using pipe() system call and request written by client and read by the server(Logfile)

RCS file: header.h,v Working file: header.h head: 1.1 branch: locks: strict         root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1;     selected revisions: 1 description: All the required header files are included … Continue reading

Posted in Uncategorized | Leave a comment

Features of Git

Branching and Merging Git is far more better Source Control Management Tool (SCM) than any others like RCS. And it’s very simple to use. Allows you to show your code to the world and get reviews from experts. Git allows … Continue reading

Posted in Project Management Tools | Leave a comment

How Kernel is Responsible in System Memory Management

Kernel creates and  manages virtual memory using the space on the hard disk called as swap space. Kernel swaps the contents of virtual memory locations back and forth to the physical memory, this makes the system think that there is more … Continue reading

Posted in Uncategorized | Leave a comment

Updated RCS Log File

RCS file: mdc.c,v Working file: mdc.c head: 1.6 branch: locks: strict ravi: 1.6 access list: symbolic names: keyword substitution: kv total revisions: 6; selected revisions: 6 description: Unique Master Array is being created using functions and pointers countred the codelength … Continue reading

Posted in Project 2: Multiple Data Compression and Encryption, Uncategorized | Leave a comment

RCS Log File

RCS file: mdc.c,v Working file: mdc.c head: 1.5 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 5; selected revisions: 5 description: Unique Master Array is being created using functions and pointers countred the codelength of the … Continue reading

Posted in Project 2: Multiple Data Compression and Encryption, Uncategorized | Leave a comment

MDC Project

Learnt to use GDB debugger and source code control commands – RCS. Also we got to know that how to include an externally defined function into the main file

Posted in Project 2: Multiple Data Compression and Encryption, Uncategorized | Leave a comment