The Use of ACE


  • Using the Acceptor-Connector Framework
    1. http://edc.tversu.ru/elib/inf/0027/0201699710_ch07lev1sec6.html
      When it accepts a new connection, an ACE_Acceptor creates a new sevice handler instance—in our case, a ClientService object. After creating it, ACE_Acceptor calls the new service handler's open() hook method;
  • ACE_Message_Block
    1. http://www.dre.vanderbilt.edu/Doxygen/5.6/html/ace/classACE__Message__Block.html

你可能感兴趣的:(The Use of ACE)