Local Inter-Process Communication: Difference between revisions

Content deleted Content added
Implementation: short messages (fewer than 304 bytes) check http://www.windowsitlibrary.com/Content/356/08/1.html
"lightweight procedure call"
Line 1:
The '''local procedure call''' ('''LPC''', often also referred to as '''lightweight procedure call''') facility is a service provided by the [[Microsoft]] [[Windows NT]] [[Kernel (computer science)|kernel]] for light weight [[message queue]] between [[process (computing)|process]]es on the same computer. The LPC interface is part of Windows NT's undocumented [[Native API]], although it can be used indirectly in applications via the documented [[remote procedure call]] system using the NCALRPC transport (which is implemented by LPC).
 
== Implementation ==