Discussion:
[omniORB] Python with C++
demon hunter
2008-06-16 18:46:24 UTC
Permalink
Hello..

I'm new to the world of ORBs. My professor presented some of the ORBs
features during 2 classes, but he just talked about the overall
features, and then he asked us to develop an application using two
different languages running on different operating systems. Running
the same program in different operating systems is not a hard issue.
Although, making two programs that were written in different
programming languages communicate is a hard issue, when you come to
data types compatibility and so on. Well, I wanted to know if I can
use omniORB to communicate Python with C++, and then I would like you
guys to point me out some references of how doing so, if it's
possible. Sorry if this question was already asked, but as I said I'm
really new to this world of distribute objects.


Rodrigo Stinvisk.
Duncan Grisby
2008-06-16 22:33:44 UTC
Permalink
Post by demon hunter
I'm new to the world of ORBs. My professor presented some of the ORBs
features during 2 classes, but he just talked about the overall
features, and then he asked us to develop an application using two
different languages running on different operating systems.
Nobody is going to do your homework for you. However, perhaps you
should start by trying the omniORB examples both in C++ and Python, and
see if that inspires you about mixing the two.

Cheers,

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Loading...