Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. COM
  4. CORBA.. (I know it's a COM forum)

CORBA.. (I know it's a COM forum)

Scheduled Pinned Locked Moved COM
comperformancequestiondiscussion
3 Posts 3 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    James Spibey
    wrote on last edited by
    #1

    Hi, I am looking for ways to simplify obtaining data across multiple operating systems. The data could be from anywhere from databases to shared memory to flat files. My first thoughts were to use TCP/IP and create a custom messaging protocol but I have read a little about CORBA and wondered whether anyone had used and whether it was useful? DCOM obviously cannot be used as it is Microsoft specific unless you use a COM/CORBA bridge. Cheers James

    A C 2 Replies Last reply
    0
    • J James Spibey

      Hi, I am looking for ways to simplify obtaining data across multiple operating systems. The data could be from anywhere from databases to shared memory to flat files. My first thoughts were to use TCP/IP and create a custom messaging protocol but I have read a little about CORBA and wondered whether anyone had used and whether it was useful? DCOM obviously cannot be used as it is Microsoft specific unless you use a COM/CORBA bridge. Cheers James

      A Offline
      A Offline
      Alex Gorev
      wrote on last edited by
      #2

      Hi, I think custom TCP/IP protocol is the best solution! You will never achieve the same performance using COBRA or DCOM. And it's not very hard to do... Regards, Alex Gorev, Dundas Software.

      1 Reply Last reply
      0
      • J James Spibey

        Hi, I am looking for ways to simplify obtaining data across multiple operating systems. The data could be from anywhere from databases to shared memory to flat files. My first thoughts were to use TCP/IP and create a custom messaging protocol but I have read a little about CORBA and wondered whether anyone had used and whether it was useful? DCOM obviously cannot be used as it is Microsoft specific unless you use a COM/CORBA bridge. Cheers James

        C Offline
        C Offline
        Christian Skovdal Andersen
        wrote on last edited by
        #3

        I would recommend OmniORB (www.omni.org) It is free. But as another replied you will never achieve the same performance as you can with raw TCP/IP. That said, we are running 5000 requests a second on a PIII/500 using omniORB. Christian Skovdal Andersen

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups