What is a process ?
Answers were Sorted based on User's Feedback
Answer / anil kumar mudajja
Process is set of task of an running application or an
application itself, getting executed on a OS for which
memory is allocated by OS.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / tdotnet
Processes are independent execution units that contain
their own state information, use their own address spaces,
and only interact with each other via interprocess
communication mechanisms (generally managed by the
operating system).
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bg
It’s an application that’s running and had been allocated
memory
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / saubhagya
process is a basic unit for which operating system allocates
processor time.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the steps to publish an object outside the service domain
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs? In what way it is best?
Which one is better WebService and Remoting ?
In which conditions do you opt for Remoting services?
8 Answers Manland, Tech Mahindra,
what are the various type of channels used by .Net remoting and which is the best one?
Explain threading types?
Explain the hierarchial description of remoting?
What is ODP.NET?
What is the Difference between CAO and SAO in Remoting.
What is the difference between .Net Remoting and Web Services ?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?
How to register a shared assembly ?