Top "Process" questions

This tag is about operating system processes.

How to determine programmatically whether a particular process is 32-bit or 64-bit

How can my C# application check whether a particular application/process (note: not the current process) is running in 32-bit …

c# process 32bit-64bit
Difference between user-level and kernel-supported threads?

I've been looking through a few notes based on this topic, and although I have an understanding of threads in …

multithreading process operating-system theory
Kill child process when parent process is killed

I'm creating new processes using System.Diagnostics.Process class from my application. I want this processes to be killed when/…

c# .net process
How to calculate average waiting time of Round robin scheduling?

Given this table : Those are the time lines (time slice = 4) : |p1|p1|p2|p3|p4|p5|p1|p2|p3|p4|…

process scheduling gantt-chart
Why is ntdll.dll crashing my c++ executable?

I am having trouble to get a Visual C++ executable to work, the app crashes , here is what I have …

visual-c++ process crash ntdll
Node.js: Is there any documentation about the process.env variable

I use process.env a little in my program, it seems this variable have nothing to do with my program, …

node.js process
What is the difference between fork and thread?

Can anyone explain the difference between a fork and a thread?

c process multithreading fork
How to use Fork() to create only 2 child processes?

I'm starting to learn some C and while studying the fork, wait functions I got to a unexpected output. At …

c process fork parent-child wait
Delete a file being used by another process

I'm trying to programmically delete a file, but the file is apparently being used by another process (which happens to …

c# wpf file process delete-file
w3wp process not found

I use Visual Studio 2010 to debug a asp.net MVC project in my local machine. The steps are: Click Debug …

asp.net-mvc windows visual-studio-2010 iis process