Discussion:
[omniORB] Nagle algorithm
Serguei Kolos
2008-12-16 16:18:35 UTC
Permalink
Hi

In some special cases I would like to have the Nagle algorithm enabled
for some of the omniORB connections. Does omniORB provide an API
for doing that from an application? It seems that the giopStrand::flags
attribute can be used for that but I did not figure out a way of setting it.
Any suggestions are greatly appreciated.

Cheers,
Sergei
Duncan Grisby
2008-12-29 17:14:59 UTC
Permalink
Post by Serguei Kolos
In some special cases I would like to have the Nagle algorithm enabled
for some of the omniORB connections. Does omniORB provide an API
for doing that from an application? It seems that the giopStrand::flags
attribute can be used for that but I did not figure out a way of setting it.
Any suggestions are greatly appreciated.
Sorry for the delay in replying. Look at the omniConnectionMgmt library,
in src/lib/omniORB/connections. There's a readme file in there that
explains how to use it.

Cheers,

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Loading...