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 |
When do we use delegates in your remoting applications?
Define remotable objects in .net remoting?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs? In what way it is best?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
What are static assemblies and dynamic assemblies?
What is fundamental of published or precreated objects in remoting?
Where are shared assemblies stored?
Types of compatabilities and explain them ?
How do you define the lease of the object?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
Difference between web services & remoting?
What is a formatter in .net remoting?