Build a distributed platform for Linux operating systems using CORBA

Source: Internet
Author: User
The Linux general technology-Linux programming and kernel information, which is a distributed platform for Linux operating systems built using CORBA, is described below. GNOME is a desktop environment on Linux and Unix-like platforms. It is an open source project of GNU that brings the benefits of free software to end users. For it, people tend to focus only on its beautiful appearance and the convenience it brings to the use of Linux, and seldom pay attention to the GTK graphics technology and the distributed platform technology supporting its development. In fact, these two technologies are crucial to GNOME Development and Application: GTK graphics technology brings a unified appearance and consistent feeling to GNOME applications; the distributed platform technology of CORBA provides the possibility of combining software and composite documents on the Linux platform, which is an essential part of a modern popular graphic application operating platform, this is also the key to Windows and MacOS success. This article mainly introduces how GNOME uses CORBA to create a distributed platform on Linux.

GNOME is the abbreviation of GNU Network Object Model Environment (GNU Network Object Model Environment. The idea of the development team was to develop a Linux platform similar to Microsoft's OLE and COM (which are distributed technologies on the Windows platform) technology. With the development of the project, they found that there was a lot of basic work to be done to implement this technology, and it was also affected by the influence of KDE (another desktop system on the Linux platform), so the scope of this project gradually expanded, create a beautiful desktop on the Linux platform. However, the idea of this project has not changed. It guides the entire development process of GNOME and becomes the key to the success of this project. Currently, GNOME releases include a connection, embedded system Bonobo, and a fast and lightweight CORBA2.2 ORB (Object Request proxy) ORBit.

With the development of computing technology, it has entered the era of distributed computing. The development standards of CORBA, COM, and Enterprise Javabean are the three major distributed platforms in the world. In addition to the platform independence, the COM application is applied on the Windows platform, and the Enterprise Javabean application is applied on the JAVA platform. Therefore, GNOME must create a distributed platform in Linux, and it is inevitable to combine it with CORBA.

CORBA is the abbreviation of Common Object Request Broker Architecture (general Object proxy system. It is a software architecture that defines how software objects interact, regardless of the programming language in which these software objects are written and run on what machines and operating systems. To achieve this, CORBA defines a series of protocols for communication between objects, such as IIOP and GIOP. The communication intermediary is ORB (Object Request Broker), which manages the communication between objects. The basic architecture of CORBA.



(400) {this. resized = true; this. width = 400; this. alt = 'click here to open new window';} "onmouseover =" if (this. resized) this. style. cursor = 'hand'; "onclick =" window. open ('HTTP: // linux.ccidnet.com/col/attachment/2006/12/957029.jpg'); ">

Basic architecture of CORBA



The Client sends a method call message, encapsulates it by Using Stub, and forwards it to the correct Server Object through ORB. The Server object's Skeleton parses the message and restores it to the correct method call, server returns the result after execution.

Because the goal of CORBA is to create a distributed system, it also defines a series of services, such as name services, security services, and a series of infrastructure, including horizontal infrastructure and vertical infrastructure. To learn more about CORBA, go to the http://www.omg.org. Currently, GNOME only implements ORB and some services. This is a small part of it for creating a desktop system that implements software combinations and composite documents, this also proves from the opposite that the development space of the CORBA & GNOME platform is unlimited.

GNOME's support for CORBA is achieved through a series of encapsulated C language function libraries. It is very convenient for developers to use these function libraries for the development of distributed applications based on CORBA. The following are three series of function libraries related to CORBA.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.