What is a PID? How is it useful when troubleshooting a system?
Answer Posted / 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 View All Answers
Hi I am Rathnam, How To Remove the duplicates with out using remove duplicate stage in the datastage
I am looking for NIC Sample papers or any patern of questions/ syllabus plz, send me on hamid.khan135@yahoo.in Regard
Write a shell program. Enter number of days from keyboard. Find out the number of years, month and days it contains
which worker is involved in all the phases of SDLC?
What are the Short cut Keys of Tally ERP?
Delta 5 weight scale not connect with oracle application what i can do?
iam confused to choose among testing, .net and java can anybody help me????????
How can we develop a multi-tier application in Java?
What is Negative testing?
how to remove header and footer in jcl using sort utility
how many types of operating system are avaliable?
how do i create my own exception class which will restrict IO exception?
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?
how can i create report in abap to insert data in table pa0002 using insert command