Re: loopback interface/Firewall/Winsock
From: Greg Kapoustin [MSFT] (grigorik_at_online.microsoft.com)
Date: 03/24/04
- Next message: Greg Kapoustin [MSFT]: "Re: bandwidth throttling"
- Previous message: Lyle Coder: "Netbios function randomly fails"
- In reply to: cyberninja: "loopback interface/Firewall/Winsock"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 24 Mar 2004 11:00:13 -0800
If the RPC programming model is appropriate to your design requirements, RPC
over LRPC (ncalrpc protocol sequence) will offer higher performance then raw
IPC using TCP/IP over the loopback or raw IPC over local named pipes. LRPC
is a local IPC mechanism that will not interact in any way with firewalls.
LRPC also provides a robust security model.
Greg
-- This posting is provided "AS IS" with no warranties, and confers no rights. "cyberninja" <anonymous@discussions.microsoft.com> wrote in message news:3EB0FC94-F599-40AB-9471-7307EE336A15@microsoft.com... > > I want to use an IPC(not RPC) between a local server and multiple local clients without UI (no HWND), and plan to use Winsock loopback interface(127.0.0.1:port) to make the local communication happen (no remote communication). The requirement is: the local IPC should not be blocked by any (local) firewall (So any IPC/RPC based on window handle or network cannot be used). Technically, by using Winsock replacement or LSP, you can do this, but is there an existing firewall really do this? and should a firewall do this? > > Thanks, > cyberninja
- Next message: Greg Kapoustin [MSFT]: "Re: bandwidth throttling"
- Previous message: Lyle Coder: "Netbios function randomly fails"
- In reply to: cyberninja: "loopback interface/Firewall/Winsock"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|