summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAudrius Meskauskas <audriusa@Bioinformatics.org>2006-09-05 21:19:20 +0000
committerAudrius Meskauskas <audriusa@Bioinformatics.org>2006-09-05 21:19:20 +0000
commitbcb0edb7fa2743b694970e929953f28bf275461b (patch)
treeefc9df0da25a82cc18f466e5e5e66be1c72239b7 /NEWS
parenta81a9561144992baee2de82317b600ea46c4c8af (diff)
downloadclasspath-bcb0edb7fa2743b694970e929953f28bf275461b.tar.gz
2006-09-05 Audrius Meskauskas <AudriusA@Bioinformatics.org>
* gnu/CORBA/CollocatedOrbs.java, gnu/CORBA/SafeForDirectCalls.java: New files. * gnu/CORBA/NamingService/Binding_iterator_impl.java: Implement gnu.CORBA.SafeForDirectCalls. * gnu/CORBA/NamingService/Ext.java: Likewise. * gnu/CORBA/NamingService/TransientContext.java: Likewise. * gnu/CORBA/OrbFunctional.java (createIor):Cache the address of the local host. (ior_to_object): Return the local object where possible. (run): Register/unregister this ORB. * gnu/CORBA/Poa/LocalRequest.java (v_invoke): Call gnuPOA.checkDiscarding. * gnu/CORBA/Poa/gnuPOA.java (checkDiscarding): Made package private. * gnu/CORBA/Poa/gnuServantObject.java (noRetain): New field. (constructors): Initialize noRetain. (_invoke): Drop servant if noRetain is true. (getHandler): Always seach for the new servant if noRetain is true. * gnu/CORBA/SimpleDelegate.java (create_request): Implemented. * NEWS: Added note about the new feature.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b2e19d612..6482ee1bc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
New in release 0.93 (UNRELEASED)
+* CORBA objects that exist on the same virtual machine and only are connected
+ to another ORB are now accessed directly and no longer via network. It is
+ the same feature that RMI implementation provides. These faster calls should
+ be completely transparent, as the parameters are cloned, where required.
+ Currently the direct calls are only possible for the non-deprecated objects
+ that are connected to the ORB via POA.
* The 'javah' tool has been added. It requires the ASM library
(see asm.objectweb.org); it can be enabled with the --with-asm
option to configure