how small can it get
Sai-Lai Lo
S.Lo@orl.co.uk
Mon, 16 Feb 1998 19:41:35 GMT
>>>>> Maximilian Ott writes:
> I have a control API on an embedded system and would like to wrap
> that into a CORBA server. How much overhead am I looking at.
> I assume that ORL is using omniOrb in a similar environment.
Hard to say. The full runtime shared library on win32-x86 is
220K. Libraries on risc machines are 2-3 times larger.
Our ARM-based embedded systems typically have 8-32MB memory so memory
footprint is not a major constraint. However, if your system does not
support shared library and have to run multiple processes on each
machine, the memory footprint could add up quite quickly.
Sai-Lai