Does omniORBpy 3.2 supports DII?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ilan

    Does omniORBpy 3.2 supports DII?

    Hello,
    My apologies if this is not the correct forum for thses quiestions, by
    I'm rather new to python+CORBA

    Has anyone used omniORBpy as CORBA implementation? are there any
    drawbacks?

    Does omniORBpy 3.2 supports the Dynamic Invocation Interface?

    Thanks.

    Ilan
  • Wolfgang Keller

    #2
    Re: Does omniORBpy 3.2 supports DII?

    My apologies if this is not the correct forum for thses quiestions,

    It's not the wrong place to ask, but you're more likely to get answers
    from the omniORB mailing lists:



    Sincerely,

    Wolfgang

    Comment

    • Ilan

      #3
      Re: Does omniORBpy 3.2 supports DII?

      On 10 יולי, 17:42, Wolfgang Keller <felip...@gmx.n etwrote:
      My apologies if this is not the correct forum for thses quiestions,
      >
      It's not the wrong place to ask, but you're more likely to get answers
      from the omniORB mailing lists:
      >

      >
      Sincerely,
      >
      Wolfgang
      Thank you for your response.
      I already posted this question at that list, i did not get any
      response yet..

      Comment

      • Duncan Grisby

        #4
        Re: Does omniORBpy 3.2 supports DII?

        In article <a8a6eaa4-31c6-43ee-a2db-d9ed2ee38452@b1 g2000hsg.google groups.com>,
        Ilan <Ilan.i18n@gmai l.comwrote:
        >My apologies if this is not the correct forum for thses quiestions, by
        >I'm rather new to python+CORBA
        >
        >Has anyone used omniORBpy as CORBA implementation? are there any
        >drawbacks?
        As omniORBpy's author, I'm biased, so I'll let other people answer
        that...
        >Does omniORBpy 3.2 supports the Dynamic Invocation Interface?
        No, it doesn't. You can use Python's normal dynamic features to build
        dynamic requests, though.

        Cheers,

        Duncan.

        --
        -- Duncan Grisby --
        -- duncan@grisby.o rg --
        -- http://www.grisby.org --

        Comment

        Working...