C++ Network Programming, Volume I: Mastering Complexity with ACE and Patterns
I l @ ve RuBoard |
In this chapter, we applied the ACE Socket wrapper facades and the ACE message buffering and (de)marshaling classes to the initial client/server implementation of our networked logging service. We'll continue to use these ACE classes throughout the book to keep our networked logging service implementations portable, concise , and efficient. A complete logging service is available as part of ACE's networked service components , which are outlined in Section 0.4.4 on page 16. |
I l @ ve RuBoard |