From: Ilan on
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
From: Wolfgang Keller on
> 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:

http://www.omniorb-support.com/mailman/listinfo

Sincerely,

Wolfgang
From: Ilan on
On 10 יולי, 17:42, Wolfgang Keller <felip...(a)gmx.net> wrote:
> > 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:
>
> http://www.omniorb-support.com/mailman/listinfo
>
> Sincerely,
>
> Wolfgang

Thank you for your response.
I already posted this question at that list, i did not get any
response yet..
From: Duncan Grisby on
In article <a8a6eaa4-31c6-43ee-a2db-d9ed2ee38452(a)b1g2000hsg.googlegroups.com>,
Ilan <Ilan.i18n(a)gmail.com> wrote:

>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(a)grisby.org --
-- http://www.grisby.org --