What is a PID? How is it useful when troubleshooting a system?

Answers were Sorted based on User's Feedback



What is a PID? How is it useful when troubleshooting a system?..

Answer / king

PID is 'Process IDentity'. it is basically a number
assigned to each process during run-time and during
troubleshooting the processes which create deadlocks and
other system failures are kiled by actually referring to
their PIDs

Is This Answer Correct ?    12 Yes 2 No

What is a PID? How is it useful when troubleshooting a system?..

Answer / sarma

The process ID provides the ID of a specific instance of the running application so each instance of IE would have a different PID. Once we obtain the PID of the right instance we can attach a debugger like visual studio to the app and debug it correctly. The System.Process provides classes and methods to programmatically stop/start the processes and monitor other process attributes like memory usage etc.

Is This Answer Correct ?    7 Yes 0 No

What is a PID? How is it useful when troubleshooting a system?..

Answer / kirti

PID is the process Id of the application in Windows. Whenever a process starts running in the Windows environment, it is associated with an individual process Id or PID.

The PID (Process ID) a unique number for each item on the Process Tab, Image Name list. How do you get the PID to appear? In Task Manger, select the View menu, then select columns and check PID (Process Identifier).

In Linux, PID is used to debug a process explicitly. However we cannot do this in a windows environment.

Microsoft has launched a SDK called as Microsoft Operations Management (MOM). This uses the PID to find out which dll�s have been loaded by a process in the memory. This is essentially helpful in situations where the Process which has a memory leak is to be traced to a erring dll. Personally I have never used a PID, our Windows debugger does the things required to find out.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Programming Languages AllOther Interview Questions

please any one pass file aid,xpeditor and endeavor tools

0 Answers  


how do you generate source code for the automatic generation for receipt number

1 Answers   Infosys,


when we use mantis? how learn mantis?

0 Answers  


Definition of Singleton Class? what is the Purpose of it? what is the advantage?

0 Answers   Cognizant,


how do i add a column dynamically in a table by using java application?

0 Answers  






Hi guys... I have one doubt ..Exception is a runtime error then why we have checked exception... Thanks in advance

2 Answers  


10.Define filters,binary to hexadecimal,hexadecimal to decimal?

0 Answers  


what are other resources are needed for this mantis?

0 Answers  


what is the basic and unique feature of dotnet

0 Answers   HCL,


I'm new to ABAP. What is Module pool in SAP?

0 Answers   TCS,


how to remove header and footer in jcl using sort utility

0 Answers   CTS,


1.Mutating table

0 Answers  


Categories