Discussion:
[omniORB] Corba Dependencies on Operating system ?
swapna mudavath
2011-06-20 15:05:33 UTC
Permalink
Sir,

I am working for a team developing our own Board support package and
customizing linux for our platform(portng linux on RISC processor).
We want corba middle ware over Operating system

I have few enquiries regarding the dependencies

1) Are there any specific dependencies of corba implementation on
a) Board support package
b) Real time operating system

2)In particular does Omniorb have operating system dependencies

3) Are there any calls the Operating System must provide for corba?
Duncan Grisby
2011-07-01 18:56:03 UTC
Permalink
Post by swapna mudavath
I am working for a team developing our own Board support package and
customizing linux for our platform(portng linux on RISC processor).
We want corba middle ware over Operating system
As long as you don't totally strip core features out of Linux, there
should be no problem.
Post by swapna mudavath
I have few enquiries regarding the dependencies
1) Are there any specific dependencies of corba implementation on
a) Board support package
I don't know what that means.
Post by swapna mudavath
b) Real time operating system
omniORB does not require a real time operating system.
Post by swapna mudavath
2)In particular does Omniorb have operating system dependencies
3) Are there any calls the Operating System must provide for corba?
pthreads and BSD sockets. The compiler must support C++ exceptions in a
thread safe manner.

Cheers,

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Thomas Lockhart
2011-07-01 19:42:27 UTC
Permalink
...
Post by swapna mudavath
I have few enquiries regarding the dependencies
1) Are there any specific dependencies of corba implementation on
a) Board support package
No. The BSP insulates the OS from the hardware and user-level code
should be unaware of any of that.

hth

- Tom

Loading...