What is a PID? How is it useful when troubleshooting a system?
Answer Posted / 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 |
Post New Answer View All Answers
What is SAP TAO? · Which Version you are using? · What is the Latest Version in SAP TAO? · What are the Advantages in SAP TAO? · What are the Patches required for SAP TAO? · What is BPT? · Difference between BPT & SAP TAO? · Which Framework using for SAP TAO? · What is CBASE? · What is the SAP TAO Architecture? · What are the Prerequisites for SAP TAO? · SAP Solution Manager Mandatory for SAP TAO 1.0? · SAP Solution Manager Mandatory for SAP TAO 2.X? · What is UI Scanner? · What is Inspector? · How many ways to Create a components using TAO 1.0? · How many ways to Create a components using TAO 2.x? · Which service pack required for SAP TAO 2.7? · What is Import/Export? · What is Consolidate?
how to convert the data from HTML file to SAS dataset?
Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming
When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)
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)
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.
what is the certificates in biztalk?
ok how would i do the following extract from a file i have ssns = 267907230 which are in column 7 into a separate data set then create a 2nd job step to extract from the data set created the following "fund code" which is in column 31 and is 113 into yet another data set
I'm new to ABAP. What is Module pool in SAP?
Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.
what is the purpose of checked Menu options
THE CHANNEL IN DATA COMMUNICATION CAN BE?
what is the diffrence between software and hardware language?
what are resources in case of Threads
Write a shell program. Enter number of days from keyboard. Find out the number of years, month and days it contains