csharp TServerSocket and TSocket do not disable Nagle via Socket.NoDelay = true 
like cpp and java do
----------------------------------------------------------------------------------------------------

                 Key: THRIFT-1055
                 URL: https://issues.apache.org/jira/browse/THRIFT-1055
             Project: Thrift
          Issue Type: Bug
          Components: C# - Library
    Affects Versions: 0.7
         Environment: Kubuntu Maverick (10.10)
            Reporter: Chris Morgan


https://issues.apache.org/jira/browse/THRIFT-904 resulted in TFramedTransport 
being improved so it wasn't necessary to disable Nagle.

For the case of TServerSocket and TSocket, a simple server case, performance is 
still very poor, ~30 msg/sec vs. ~11k msg/sec with NoDelay = true.

Java and cpp disable nagle in their TSocket and TServerSocket implementations 
and performance is MUCH improved with nagle disabled for csharp so I'm 
proposing that csharp should also disable nagle.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to