2003-03-06 00:19:58 +01:00
|
|
|
To paraphase the README:
|
2001-04-04 17:13:28 +02:00
|
|
|
|
2003-03-06 00:19:58 +01:00
|
|
|
This is a Python language binding for the ORBit2 CORBA implementation.
|
|
|
|
It aims to take advantage of new features found in ORBit2 to make
|
|
|
|
language bindings more efficient. This includes:
|
|
|
|
- Use of ORBit2 type libraries to generate stubs
|
|
|
|
- use of the ORBit_small_invoke_stub() call for operation
|
|
|
|
invocation, which allows for short circuited invocation on local
|
|
|
|
objects.
|