Asynchronous Protocol Connector for C++ broker
----------------------------------------------
Key: QPID-1040
URL: https://issues.apache.org/jira/browse/QPID-1040
Project: Qpid
Issue Type: New Feature
Components: C++ Broker
Affects Versions: M3
Reporter: Ted Ross
Priority: Minor
This patch provides a new class "AsynchConnector" that uses non-blocking
operations to create outgoing connections.
It also introduces "ProtocolAccess" as a way to allow higher layers to receive
notifications of when IO connections are established and when they are torn
down.
M cpp/src/Makefile.am
M cpp/src/qpid/sys/ProtocolFactory.h
M cpp/src/qpid/sys/AsynchIO.h
M cpp/src/qpid/sys/Socket.h
M cpp/src/qpid/sys/TCPIOPlugin.cpp
M cpp/src/qpid/sys/posix/Socket.cpp
M cpp/src/qpid/sys/posix/AsynchIO.cpp
A cpp/src/qpid/sys/ProtocolAccess.h
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.