[ 
https://issues.apache.org/jira/browse/GEODE-8831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17264367#comment-17264367
 ] 

ASF GitHub Bot commented on GEODE-8831:
---------------------------------------

albertogpz opened a new pull request #719:
URL: https://github.com/apache/geode-native/pull/719


   After replacing ACE_SOCK with boost::asio a
   significant performance degradation has been observed
   in send and receive operations.
   
   The cause has been some log debug calls added to the
   TcpConn::send and TcpConn::receive that took as
   input a stringstream previously created.
   
   After changing these logs to not use the
   stringstream, the performance of the
   native client has returned to the original
   figures.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


> Performance degradation in Native client with boost::asio.
> ----------------------------------------------------------
>
>                 Key: GEODE-8831
>                 URL: https://issues.apache.org/jira/browse/GEODE-8831
>             Project: Geode
>          Issue Type: Improvement
>          Components: native client
>            Reporter: Alberto Gomez
>            Assignee: Alberto Gomez
>            Priority: Major
>
> WIth the change in the Geode C++ native client from using ACE_SOCK to 
> boost::asio a significant performance has been observed (around 25% decrease 
> in get operations).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to