Blake Bender created GEODE-8152:
-----------------------------------
Summary: Replace ACE_Sock with boost::asio in TcpConn
Key: GEODE-8152
URL: https://issues.apache.org/jira/browse/GEODE-8152
Project: Geode
Issue Type: Sub-task
Components: native client
Reporter: Blake Bender
h3. Why
Over the course of time, we are gradually working to get rid of the NC
dependency on ACE
*As a native client developer*
*I want to be able to build without ACE*
*To improve the maintainability of the code, since ACE isn't really supported
actively and is quite old and obscure*
h3. Acceptance Criteria
Sockets code is using boost::asio rather than ACE. All integration tests are
passing on all platforms
{{Scenario: Given a branch with ACE_Sock replaced with boost::asio in
TcpConnWhen I build locally and run integration tests
All "plain socket", i.e. non-SSL, tests pass}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)