|
You are here |
blog.nelhage.com | ||
| | | | |
www.theunixschool.com
|
|
| | | | | A process is a program in execution in memory or in other words, an instance of a program in memory. Any program executed creates a proce... | |
| | | | |
cnr.sh
|
|
| | | | | Lately, I've been working with YARN at LinkedIn. This framework allows you to execute Bash scripts on one or more machines. It's used primarily for Hadoop. When using YARN, you often end up with neste | |
| | | | |
bsid.io
|
|
| | | | | When an application is launced in linux, it becomes a process. A process is a special instance provided by the operating system that inclused all the resources that are used by the running app. A process in linux has a five digit identifier called process id or PID and it represents process for all it's life cycle. There cannot be two process with same PID but once the process is terminated same PID can be reused for another process if needed. | |
| | | | |
cocomelonc.github.io
|
|
| | | |||