[SERVER-19306] split up NetworkInterfaceASIO implementation into multiple files Created: 07/Jul/15 Updated: 05/Feb/16 Resolved: 08/Jul/15 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 3.1.6 |
| Type: | Task | Priority: | Major - P3 |
| Reporter: | Adam Midvidy | Assignee: | Adam Midvidy |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Backwards Compatibility: | Fully Compatible |
| Sprint: | Platform 6 07/17/15 |
| Participants: |
| Description |
|
To make it a bit easier to work in parallel we should split the NIA implementation into separate cpp files (similar to the replication coordinator). Basic idea: 1) network_interface_asio.cpp Contains implementation of all public methods. 2) network_interface_asio_command.cpp all AsyncOp methods other than connect 3) network_interface_asio_connection.cpp Contains AsyncOp::connect, and future methods for handling async DNS resolution and socket setup/teardown 4) network_interface_asio_ssl.cpp Contains all aync SSL setup/teardown and integration with the SSL manager 5) network_interface_asio_auth.cpp Contains async implementations of SASL, X509 and Mongo-CR. This may be split further in the future. |
| Comments |
| Comment by Githook User [ 09/Jul/15 ] |
|
Author: {u'username': u'amidvidy', u'name': u'Adam Midvidy', u'email': u'amidvidy@gmail.com'}Message: |
| Comment by Githook User [ 08/Jul/15 ] |
|
Author: {u'username': u'amidvidy', u'name': u'Adam Midvidy', u'email': u'amidvidy@gmail.com'}Message: |