EmbLogic's Blog

Author Archives: ajay.bhutani

Process Management

Any application that runs on a Linux system is assigned a process ID or PID. This is a numerical representation of the instance of the application on the system. It is used by the system administrator who may have to … Continue reading

Posted in Project 03: Client Server Communication using Linux and IPC | Leave a comment

Interprocess Communication

“A Process is an address space with one or more threads executing within that address space and required system resources for those threads.” IPC (Inter Process Communicaton) is a set of methods for the exchange of data between multiple threads … Continue reading

Posted in Project 03: Client Server Communication using Linux and IPC | Leave a comment