what about the performance of serializing authentication requests over two named pipes (one for all user authentication requests and another one for all group authentication requests)?
如果通过两个命名管道(一个处理所有用户身份验证请求,另一个处理组身份验证请求)对身份验证请求进行序列化处理,那么性能会怎么样?
named pipes can be used for interprocess communication locally or over a network.
命名管道可用于本地或网络上的进程间通信。
the names of the named pipes are randomly generated using the iis process id and the number of pipes allowed.
命名管道的名称使用iis进程id和使用数量随机产生。
the aspnet_isapi module creates a fixed number of named pipes and uses overlapped operations to service simultaneous connections through a small pool of threads.
aspnet _ isapi模型创建固定数量的命名管道并且通过一个小的线程池使用重叠操作为并发的链接服务。
net process interop mechanism like wcf, remoting, named pipes or sockets.
凈过程互操作机制如wcf,远程,命名管道或套接字。
to guarantee optimal performance, aspnet_isapi uses asynchronous named pipes to forward requests to the worker process and to get responses.
为确保最佳性能,aspnet _ isapi使用异步命名管道将请求转发到工作进程并得到响应。
the company creates a new im tool that relies on named pipes (or channels) for interprocess communication (ipc).
公司开发了一个新的im工具,该工具依赖命名管道(或通道)来进行进程间通信(ipc)。
the example uses cng classes, a named pipes transport, and interactive console windows to demonstrate security solutions for a man-in-the-middle attack.
范例中会使用cng类别、具名管道传输和互动式主控台视窗,示范拦截式攻击的安全性方案。
the named pipe channel uses named pipes as the transport mechanism.
命名管道通道将命名管道用作传输机制。