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
“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