热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

管道可以在局域网计算机上使用吗?-CanpipesbeusedacrossLANcomputers?

CanpipesbeusedacrossLANcomputers?管道可以在局域网计算机上使用吗?InparticularImlookingforWindows,but

Can pipes be used across LAN computers?

管道可以在局域网计算机上使用吗?

In particular I'm looking for Windows, but if you have more info on other platforms, that will also help others who find this thread later.

特别是我正在寻找Windows,但如果你在其他平台上有更多的信息,这也将有助于其他人在以后找到这个帖子。

2 个解决方案

#1


6  

Yes they can.

是的他们可以。

Named pipes can be used to provide communication between processes on the same computer or between processes on different computers across a network. If the server service is running, all named pipes are accessible remotely

命名管道可用于在同一计算机上的进程之间或跨网络的不同计算机上的进程之间提供通信。如果服务器服务正在运行,则可以远程访问所有命名管道

http://msdn.microsoft.com/en-us/library/aa365590.aspx

#2


4  

It should also be noted that a TCP/IP connection is effectively a pipe in the sense that you shove bytes in one end and they come out the other. TCP/IP connections are available on pretty much any platform you are likely to care about.

还应该注意的是,TCP / IP连接实际上是一个管道,因为你在一端推送字节而从另一端推出它们。几乎任何您可能关心的平台都可以使用TCP / IP连接。


推荐阅读
author-avatar
汜水
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有