
12 Dec
2005
12 Dec
'05
7:58 p.m.
"Giovanni P. Deretta" <gpderetta@gmail.com> wrote in message news:439DAEA5.4010507@gmail.com...
I think Eugene's basic idea is to have separate factory classes that are not streams that do the accept and connect handling. Once a connection is established, the an operation on the factory returns (or initializes) a stream object.
Do I look like Doug Schmidt? ;-)
Well, asio does have acceptors and connectors...
asio does not intend to strictly follow ACE patterns. It has socket wrapper class templates. There is an acceptor template but no connector template. ACE SOCK_Connector (unlike ACE_SOCK_Acceptor) does not wrap a socket.