냉소와 핀잔, 험담의 공통적인 속성은 마치 부메랑처럼 되돌아간다는 점이다. 설령 티가 잘 나지 않는다고 하더라도.
정의 및 설명 #
template<ACE_PEER_STREAM_1, ACE_SYNCH_DECL> template class ACE_Svc_Handler
Defines the interface for a service that exchanges data with its connected peer.
This class provides a well-defined interface that the Acceptor and Connector pattern factories use as their target. Typically, client applications will subclass ACE_Svc_Handler and do all the interesting work in the subclass. One thing that the ACE_Svc_Handler does contain is a PEER_STREAM endpoint that is initialized by an ACE_Acceptor or ACE_Connector when a connection is established successfully. This endpoint is used to exchange data between a ACE_Svc_Handler and the peer it is connected with.








![[http]](/wiki/imgs/http.png)
