You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ted Ross (JIRA)" <qp...@incubator.apache.org> on 2008/05/08 22:10:55 UTC

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

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.


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

Posted by "Ted Ross (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Ross updated QPID-1040:
---------------------------

    Attachment: qpid-patch44.diff

Patch file

> 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
>         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.


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

Posted by "Andrew Stitcher (JIRA)" <qp...@incubator.apache.org>.
     [ 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.


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

Posted by "Andrew Stitcher (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12595604#action_12595604 ] 

Andrew Stitcher commented on QPID-1040:
---------------------------------------

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.


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

Posted by "Andrew Stitcher (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Stitcher reassigned QPID-1040:
-------------------------------------

    Assignee: Andrew Stitcher

> 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.


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

Posted by "Ted Ross (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Ross closed QPID-1040.
--------------------------


> 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.