Manage Object Request Brokers
An Object Request Broker (ORB) manages the interaction between clients and servers using the Internet InterORB Protocol (IIOP). There are several ways to manage an ORB. For example, we can use ORB custom property settings, or system property settings to configure an ORB, or we can provide objects during ORB initialization.
Default ORB property values are set when the product starts and the ORB service initializes. These properties control the run-time behavior of the ORB and can also affect the behavior of product components that are tightly integrated with the ORB, such as security. We might have to modify some ORB settings to fit the system requirements.
After an ORB instance is established in a process, changes to ORB properties do not affect the behavior of a running ORB instance. We must stop the process and restart it before the modified settings take effect.
Tasks
- Adjust timeout settings to improve handling of network failures.
- Tune the ORB. For example, if most of our initial method invocations are very small, we might want to set the com.ibm.CORBA.enableLocateRequest custom property to false.
- Adjust the size of General Inter-ORB Protocol (GIOP) fragments that the ORB uses. We might want to make this adjustment if the applications frequently send large requests.
- Change the port that the ORB listens on.
- Specify an alternative to the default RAS manager of the ORB.
- Change the maximum number of connection requests that can remain unhandled by the product ORB before the application server starts to reject new incoming connection requests.
- (iSeries) Adjust thread-pool settings used by the ORB for handling Internet InterORB Protocol (IIOP) connections.
- (iSeries) Troubleshoot an ORB problem.
If we experience problems with the ORB, review the Object request broker troubleshooting tips. If necessary, we can then enable ORB tracing, and then review the contents of the ORB communications trace.
- (iSeries) Adjust the logical pool distribution mechanism settings.
Subtopics
- Object Request Brokers
- Tune Object Request Brokers
- Administer Object Request Brokers
- Develop Object Request Brokers
- Directory conventions
- Troubleshoot Object Request Brokers
- Enable HTTP tunneling
Related:
Logical pool distribution Stop an application server Start an application server Object Request Broker tuning guidelines Object Request Broker service settings Object Request Broker custom properties Object Request Broker communications trace Client-side programming tips for the Object Request Broker service Character code set conversion support for the Java Object Request Broker service Object Request Brokers: Resources for learning (ZOS) ORB services advanced settings on the z/OS platform Object request broker troubleshooting tips (ZOS) Object request broker component troubleshooting tips