实现 TCP、命名管道和 MSMQ 的传统方法是什么?

发布于 2024-10-14 15:30:08 字数 222 浏览 5 评论 0原文

我最近学习了使用 IIS 7 中的 Windows 激活服务实现 TCP 和命名管道,以及实现提供这些协议的 WCF 服务。

据我所知,IIS 7 是新的,但协议不是新的。那么,

  1. 在 IIS 7 之前,在没有 IIS 7 的情况下实现 TCP、命名管道和 MSMQ 的传统方法是什么?

  2. IIS 7 与传统方法相比有何优势?

I recently learned the implementation of TCP and Named Pipes using the Windows Activation Services in IIS 7, and implementing WCF services that offer these protocols.

I understand that IIS 7 is new but not the protocols. So,

  1. Before IIS 7, what's the traditional way of implementing TCP, Named Pipes and MSMQ without IIS 7?

  2. What's the advantage that IIS 7 provides over the traditional methods?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不弃不离 2024-10-21 15:30:08

TCP 和命名管道自 90 年代初期的 Windows NT 早期版本起就已由 Windows 操作系统实现,MSMQ 自 90 年代后期以来已由 Windows 操作系统实现。它们具有操作系统级(“Win32”)API,早于 IIS 7。

TCP and named pipes have been implemented by the Windows O/S since the early versions of Windows NT in the early 90s, and MSMQ since the later 90s. They have O/S-level ('Win32') APIs, which predate IIS 7.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文