Top "Process" questions

This tag is about operating system processes.

What the difference between a Windows service and a Windows process?

What is the difference between a Windows service and a Windows process?

windows service process
How to get the current ProcessID?

What's the simplest way to obtain the current process ID from within your own application, using the .NET Framework?

.net process
What does "others=>'0'" mean in an assignment statement?

cmd_register: process (rst_n, clk) begin if (rst_n='0') then cmd_r<= (others=>'0'); …

if-statement process vhdl fpga
Python - get process names,CPU,Mem Usage and Peak Mem Usage in windows

I am wanting to get a list of all the process names, CPU, Mem Usage and Peak Mem Usage. I …

python windows memory process cpu
How to kill process inside container? Docker top command

I have simple example from official guide at docker website. I run the following: sudo docker run -d ubuntu:latest /…

unix command-line process docker kill
Determine programmatically if a program is running

In C, how can I find out programmatically if a process is already running on Linux/Ubuntu to avoid having …

c linux process pid
sharing memory between two applications

I have two different windows applications (two different people writing the code). One is Written in C++ and another one …

c# c++ process shared-memory
How to kill all subprocesses of shell?

I'm writing a bash script, which does several things. In the beginning it starts several monitor scripts, each of them …

bash shell process fork kill
How to abort a running program in MATLAB?

Sometimes after calling a function (which takes some 30 odd minutes to finish), you realize that you did something wrong and …

matlab process abort
Java exit codes and meanings

Is there a list of exit codes and meanings for java process terminations? Because I have an exit code 23 and …

java process exit-code