This section discusses performance when using PolyORB. Many elements can be configured, See Building an application with PolyORB. By carefully selecting them, you can increase the throughput of your application.
We review some parameters that can impact performance.
tcp.nodelay
to false will disable Nagle buffering.
polyorb.protocols.iiop.giop.1.X.locate_then_request
, where
X
is the GIOP version in use, to false will disable
Locate_Message
, reducing the number of requests exchanged,
polyorb.protocols.iiop.giop.1.X.max_message_size
, where
X
is the GIOP version in use, will reduce GIOP fragmentation,
reducing middleware processing.