查找

記事
· 2024年11月9日 3m read

第十六章 TCP 客户端 服务器通信

第十六章 TCP 客户端/服务器通信

TCP 客户端/服务器通信

本章介绍如何使用 TCP/IPIRIS 数据平台进程之间设置远程通信。

IRIS 支持两种互联网协议 (IP):TCPUDP。这些 Internet 协议允许 IRIS 进程与本地或远程系统上的进程通信,无论这些进程是否正在运行 IRIS

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
お知らせ
· 2024年11月9日

Top Videos for InterSystems Developers in October 2024

Hey Community,

Here is a digest of the Developer Community videos on InterSystems Developers YouTube Channel in October 2024:

 

Stay tuned with InterSystems Developers YouTube!

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
記事
· 2024年11月8日 4m read

第十五章 IRIS 进程之间的通信

第十五章 IRIS 进程之间的通信

本页介绍如何在两个或多个 IRIS 数据平台进程之间建立通信。

介绍

作业间通信 (IJC) 设备是一组特殊设备编号,可让在两个或多个 IRIS 进程之间传输信息。这些流程可以是作业流程或交互式流程。

IJC 设备成对工作。最多可以有 256IJC 设备对。使用称为接收器的偶数设备来读取数据。使用称为发送器的奇数设备来写入数据。尝试从发送器读取或写入接收器会导致 <NODEV> 错误。

可以向 IJC 设备发出 I/O 命令,就像向任何其他设备一样。向设备发出OPEN和USE命令后,进程可以发出:

  • 向接收器设备读取命令
  • 将命令写入发送器设备

一次只能有一个进程可以打开设备。

对基于 IRIS 设备表中映射的相对顺序,可以使用管理门户的配置选项查看和编辑该表。

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
お知らせ
· 2024年11月8日

[Video] How to Fail with AI (and how to succeed!)

Hi Community,

Play the new video on InterSystems Developers YouTube:

⏯ How to Fail with AI (and how to succeed!) @ Global Summit 2024

Learn the challenges organizations face when adopting AI, highlighting common pitfalls and offering a structured approach to successfully implementing AI projects. The importance of understanding AI is emphasized, starting with existing processes, and avoiding overhyped expectations. A six-step process for integrating AI into a business is outlined, including identifying pain points, mapping AI capabilities, and prioritizing use cases. The ultimate goal is to ensure that AI initiatives are aligned with business needs, are feasible, and deliver real value.  

🗣  Presenter: Tobias Zwingmann, Author & Managing Partner, RAPYD.AI

Enjoy watching, and expect more videos! 👍

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
質問
· 2024年11月8日

EnsLib.HL7.Message.getSegmentByIndex not documented?

Throughout the forum, I find examples of using the method getSegmentByIndex to get the segment as I loop through the HL7 message segments.

Today I spent way too long trying to figure out why I could not modify the segment with this same method. I reached out to my more experienced team and I showed where I got the base code from what I was doing, but I myself could not find the documentation of the method.

1 Comment
ディスカッション (1)2
続けるにはログインするか新規登録を行ってください