Top "Process" questions

This tag is about operating system processes.

How to get Command Line info for a process in PowerShell or C#

e.g: if I run notepad.exe c:\autoexec.bat, How can I get c:\autoexec.bat in Get-Process notepad …

c# powershell process command
How to kill a nohup process?

I executed the following command $ nohup ./tests.run.pl 0 & now when I try to kill it (and the executions …

bash process kill nohup
vector of vectors push_back

I'm designing a multilevel queue process simulator in C++ but I've got a problem when trying to implement several queues (…

c++ vector process push-back multi-level
Thread context switch Vs. process context switch

Could any one tell me what is exactly done in both situations? What is the main cost each of them?

multithreading process context-switch
How to add a timeout value when using Java's Runtime.exec()?

I have a method I am using to execute a command on the local host. I'd like to add a …

java process timeout runtime exec
Killing a defunct process on UNIX system

I have a defunct process on my system: abc 22093 19508 0 23:29 pts/4 00:00:00 grep ProcA abc 31756 1 0 Dec08 ? 00:00:00 [ProcA_my_collect] <defunct> …

unix process kill zombie-process
Run process with realtime output in PHP

I am trying to run a process on a web page that will return its output in realtime. For example …

php linux apache process real-time
What is the best choice for .NET inter-process communication?

Should I use Named Pipes, or .NET Remoting to communicate with a running process on my machine?

c# .net process ipc
How can I set the process name for a Java-program?

If a Java program is started, it get's in the system process-monitor the name java. Many Java-programs are that way …

java process
How do you kill all Linux processes that are older than a certain age?

I have a problem with some zombie-like processes on a certain server that need to be killed every now and …

linux bash unix process