Ken Giusti created PROTON-410:
---------------------------------

             Summary: Remove driver dependencies in Messenger to allow the 
application to manage I/O
                 Key: PROTON-410
                 URL: https://issues.apache.org/jira/browse/PROTON-410
             Project: Qpid Proton
          Issue Type: New Feature
          Components: proton-c
    Affects Versions: 0.5
            Reporter: Ken Giusti
            Assignee: Ken Giusti
             Fix For: 0.6


Messenger currently makes calls to the driver in order to perform network 
operations (ie. open a listening socket, create an outgoing connection, accept 
an incoming connection, etc).  It also invokes the driver to do I/O.

This feature would allow the application  to control all aspects of the I/O, 
while using the Messenger library as a pure data processing engine.

With this feature, it would be easier to integrate Messenger into pre-existing 
applications that already perform network I/O.  It should also be easier to 
integrate Messenger into language environments that provide native I/O 
implementations (eg. use python sockets "underneath" Messenger).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to