Re: What is the fastest IPC faculty in Windows 2000 or later?
- From: Stefan Kuhr <kustt110@xxxxxx>
- Date: Tue, 14 Jun 2005 09:10:15 +0200
Bae,Hyun-jik wrote:
What is the fastest IPC faculty in Windows 2000 or later, assuming this situation?
- Other process in the same computer, not remote computer via network - IPC caller and callee processes run in user mode - a kind of message passing or procedure call
I've heard that there is Local Procedure Call(LPC) for kernel programming, however, I am not writing kernel apps so it seems to be useless for me.
Please reply. Thanks in advance.
Regards,
Hyun-jik Bae
Use Remote Procedure Calls over the ncalrpc protocol. This is LRPC (Local Remote Procedure Calls) and AFAIK is identical to what is otherwise called LPC, and works over port kernel objects as described in the Russinovich book. Maybe Ivan could clarify the relation between LPC, LRPC and the ncalrpc protocol? AFAIK they all describe the same thing.
HTH,
-- Stefan Kuhr
"Lesen schadet der Dummheit" .
- References:
- What is the fastest IPC faculty in Windows 2000 or later?
- From: Bae,Hyun-jik
- What is the fastest IPC faculty in Windows 2000 or later?
- Prev by Date: Re: What is the fastest IPC faculty in Windows 2000 or later?
- Next by Date: Re: how to implement Thread Local Storage (TLS) in kernel
- Previous by thread: Re: What is the fastest IPC faculty in Windows 2000 or later?
- Next by thread: LPC between user-mode processes
- Index(es):
Relevant Pages
|