You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Andrew Stitcher (JIRA)" <qp...@incubator.apache.org> on 2008/05/09 16:12:57 UTC

[jira] Resolved: (QPID-1040) Asynchronous Protocol Connector for C++ broker

     [ https://issues.apache.org/jira/browse/QPID-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Stitcher resolved QPID-1040.
-----------------------------------

    Resolution: Fixed

Committed a version of this patch

> 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
>            Assignee: Andrew Stitcher
>            Priority: Minor
>         Attachments: qpid-patch44.diff
>
>
> 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.