[omniORB] Non-blocking version of the TCP transport

Duncan Grisby duncan at grisby.org
Sat Apr 19 20:31:09 BST 2008


On Monday 14 April, Serguei Kolos wrote:

> To solve the issue of blocking forever in the tcpConnection::Send
> function I have modified the code in the tcpConnection.cc file to use
> the TCP sockets in the non-blocking mode.

[...]
> PS: I have made modifications against omniORB 4.0.7

Thanks for that. Do you think you could apply the same changes to the
latest CVS version in the omni4_1_develop branch?  That will make it
much easier for me to integrate your changes.

I think it's extremely likely that the use of non-blocking sockets will
fail on some platforms. As such, it would be best to make it an option,
rather than the only case. Do you think you could do that in your
version?

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list