what is RPC | SQL Server Performance Forums

SQL Server Performance Forum – Threads Archive

what is RPC

what is RPC?where is it used
RPC is an interprocess communication technique that allows client and server software to communicate. Microsoft Remote Procedure Call (RPC) is an interprocess communication (IPC) mechanism that enables data exchange and invocation of functionality residing in a different process. RPC serves as a go–between for client/server communications. RPC is designed to make client/server interaction easier and safer by factoring out common tasks, such as security, synchronization, and data flow handling, into a common library so that developers do not have to dedicate the time and effort into developing their own solutions. This is mostly used in Linked Severs connections. Satya SKJ
Moderator
http://www.SQL-Server-Performance.Com/forum
This posting is provided “AS IS” with no rights for the sake of knowledge sharing.
Can u give any practical example which can demonstrate the working of RPC
The most common eg of RPC is Internet and another is in Network where two machines communicate with each other remptely.
U can c RPC call locator in windows services for more info.
]]>