Using CORBA as your client-server interface

Using CORBA as your client-server interface

We would like to develop client-server financial trading application using Linux. We want the server to run on Linux and access the services from Windows clients. For performance reasons, we can't use a browser for our user interface. What is a good mechanism to use for communication between the client and server?

    Requires Free Membership to View

    When you register, my team of editors will also send you resources covering Linux administration and management; integration and interoperability between Linux, Windows and Unix; securing Linux and mixed-platform environments; and migrating to Linux.

    Margie Semilof, Editorial Director

    By submitting your registration information to SearchEnterpriseLinux.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchEnterpriseLinux.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

Depending on the complexity of your application, you may want to use either CORBA or Web services for your middleware.

CORBA, which stands for Common Object Request Broker Architecture, is an extremely popular and proven middleware standard from the Object Management Group. There are many commercial and open source products that allow you to develop distributed applications using CORBA.

As you say that performance is important, at the current time, it is best for you to develop your application using CORBA. In general CORBA applications tend to be faster than the corresponding Web services applications, as they use a binary (IIOP) protocol for messages sent on the network as opposed to a text protocol (like SOAP) used by Web services.

For more information:

  • Quiz: Linux basics
  • Corba white papers
  • This was first published in June 2005