Re: [Orbit-python-list] ORBit-Python 0.2.0 released
Status: Inactive
Brought to you by:
tack
From: Jason T. <ta...@li...> - 2001-04-04 12:22:57
|
> It's good to see orbit-python back in action. For a while I've felt > that omniORBpy is the only Python ORB going anywhere. Competition is > good :-) . That's definitely true, but right now I have a lot of catching up to do. :) Although at least ORBit-Python probably beats out the competition in speed and memory usage. > I've had a quick look at the web site, and I've spotted a couple of > errors about the CORBA mapping... I'm sure there are more ... ;) > First, CORBA.ORB.shutdown() should take a boolean argument: Oh right. In fact my implementation requires it. That's an error in documentation. > The POA._get_the_POAManager() function is part of the standard, not an > omniORBpy specific thing. The POA's IDL definition contains: > So the Python POA object has a _get_the_POAManager() function. I have to admit I'm a little embarrassed about that. ;) I never even made the connection. In my own defense, I've been using the transparent accessors, so the _get_/_set_ accessors look a little foreign to me. Thanks for pointing out these errors. I'll make the corrections ASAP. Regards, Jason. |