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 this is uday i want prepare for nic exam if any one have previous question papers please send me or atlest guide me how to prepare my ID is udaykiran4u@in.com
Diff between IF and where ?
THERE ARE 4 SOURCE FILES WHICH CONTAINS SAME METADATA CREATE A TARGET THAT SHOULD DISPLAY THE FILE NAME ALONG WITH THE RECORD PLEASE SEND THE ANSWERFOR THIS QUESTION WITH MAPPING
What is the purpose of
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table by using proc sql?
1) How can u create the table?
Difference of Console, web & windows applications?
what is the software to run the GSM gate opener program
how to stop execution of step 3 in a job mainframe
Difference between delegates and Events?
what is d main diff between the java and .net framework
what is the difference between rename and label
they asked me about srs (software requirement specifcation)? how can i get anydocumentation about srs & other documnts infomation like bdd, in testing? its urgent?
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
is it acceptable if we declare multiple exceptions in same overridden method.