- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我读了很多关于 ICE 或 Corba 等技术中使用的仆人和对象的文章。有很多资源我可以读到这样的东西:
一个仆人可以处理多个对象(为了节省资源)。
一个对象可以由多个仆人处理(为了可靠性)。
有人可以告诉我这两个陈述的真实例子吗?
1 Câu trả lời
如果我没记错的话,这个术语是 Douglas Schmidt 在他描述通用对象请求架构的论文中创造的。
这是几个定义的直接引用:
Sự vật -- This is a CORBA programming entity that consists of an identity, an interface, and an implementation, which is known as a Servant.
Servant -- This is an implementation programming language entity that defines the operations that support a CORBA IDL interface. Servants can be written in a variety of languages, including C, C++, Java, Smalltalk, and Ada.
CORBA IDL stubs and skeletons -- CORBA IDL stubs and skeletons serve as the ``glue'' between the client and server applications, respectively, and the ORB
ORB Interface -- An ORB is a logical entity that may be implemented in various ways (such as one or more processes or a set of libraries). To decouple applications from implementation details, the CORBA specification defines an abstract interface for an ORB. This interface provides various helper functions such as converting object references to strings and vice versa, and creating argument lists for requests made through the dynamic invocation interface described below.
The Common Object Request Broker Architecture (CORBA) is a standard defined by the Object Management Group (OMG) designed to facilitate the communication of systems that are deployed on diverse platforms. CORBA enables collaboration between systems on different operating systems, programming languages, and computing hardware
关于corba - 仆人和对象 - 关系,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31173392/
据我所知,CORBA 用于通过充当中间角色来维护分布式系统中的互操作性。 我想知道的是, CORBA 是一种有自己的编码语法的语言吗或 我们是否使用 C#、Java 等其他语言在 CORBA 中编码?
将使用 CORBA 的情况的示例是什么?是否只是使用界面语言(例如 Java)与所有应用程序“对话”的问题? 最佳答案 CORBA 可用于构建独立于语言、独立于 O/S 的分布式系统。例如,Linux
对于从今天开始的分布式计算项目,遗留组件为 0,是否有充分的理由考虑 CORBA? 最佳答案 在某些情况下,CORBA 仍然是一个不错的答案: 当您构建分布式涉及多种编程的系统语言和多平台, 当您的系
Hiện tại, câu hỏi này không phù hợp với định dạng Hỏi & Đáp của chúng tôi. Chúng tôi mong đợi câu trả lời được hỗ trợ bằng sự kiện, trích dẫn hoặc chuyên môn, nhưng câu hỏi này có thể gây ra tranh luận, tranh cãi, thăm dò ý kiến hoặc thảo luận mở rộng. Nếu bạn cảm thấy câu hỏi này có thể được cải thiện và có thể mở lại, hãy truy cập
我认为 CORBA 被认为是一种拒绝消亡的遗留技术。话虽如此,我很好奇是否有任何已知的首选标准(并且也是独立于平台的。) 想法? TIA! 最佳答案 许多组织正在转向 WebServices 和与之相
我想在 idl 文件中写一个枚举作为 - module Media { enum eSpeed { int speed1 = 2000, int speed2 = 4000,
我正在进行一个使用 CORBA 读取对象数据的项目,这些对象可以用 C++ 或 Java 实现,但符合相同的 IDL。优点是 idlj 编译器,所有必要的代码都随 Java 一起免费提供。缺点似乎是我
我创建了一个 CORBA Server 和两个客户端 - Client1 和 Client2,服务器是使用 实现的Java 正在连接到此服务器。当客户端连接到服务器时,服务器必须维护连接状态,即 co
我有以下 CORBA IDL 3.2,它试图声明一个相互递归的结构: module SE { interface SE { typedef unsigned short MenuItemID;
使用 Java 作为编程语言,我有一个关于如何将对象从 Corba 客户端发送到 Corba 服务器的问题,注意到我正在使用 POA 和以下 idl 文件:- // BackupServer.idl
我正在研究使用 CORBA 的遗留产品。我们期待支持 omniiORB作为另一个供应商。我遇到了我们的一个测试段错误,我试图了解我们是否在与其他供应商合作时做错了什么,或者 omniiORB 是否存在
我有这样的东西: 用户.idl: #ifndef __USER_IDL__ #define __USER_IDL__ interface Group; interface User { typ
我目前停电了,我是 c++ 和 CORBA 的新手。我试图分配一个 CORBA::Char,但我收到编译器错误“错误:从‘CORBA::Char*’到‘CORBA:Char’的无效转换。有没有人知道我
我有这样的 IDL 接口(interface): interface User { string toString(); //.. }; interface Group { t
我正在尝试在 Ubuntu 12.04 上运行 C++ 中的 CORBA 示例: http://www.yolinux.com/TUTORIALS/CORBA.html 当我尝试运行时仍然有错误:
最近,我在维护一个非常旧的应用程序的 CORBA 通信过程中遇到了问题。客户端和服务器部分通过CORBA 进行通信。在服务器上客户端的特定函数调用中,我得到以下错误: Not successful c
我在获取包管理器中提供的 libTao 附带的示例程序时遇到了一些问题。我过去在 Windows 上使用过 ace tao,所以已经有了一些经验。 到目前为止,我已经设置了所有环境变量,为“简单客户端
我有一个 Java 控制台应用程序 (Windows),我想在用户按 Ctrl+C 时正常关闭它。这就是为什么我使用 addShutdownHook 在我的工作线程上调用 Interrupt() 的原
我们有一个在 WebSphere 6.1 上运行的重负载 EJB 应用程序。最近,我们遇到了很多连接问题,客户端应用程序(独立的java应用程序)出现以下异常并且请求未完成。服务器已启动并正在运行,p
我现在正在使用 Java/C++ 和 CORBA 开发简单的图形用户界面应用程序。我希望 VirtualBox 上的客户端连接到本地主机上的服务器。当我有一个简单的应用程序时,比如我之前写过的计算器,
Tôi là một lập trình viên xuất sắc, rất giỏi!