You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Justin Ross (JIRA)" <ji...@apache.org> on 2016/11/04 12:49:59 UTC

[jira] [Updated] (PROTON-1064) ruby: add ConnectionEngine alterntive integration style

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

Justin Ross updated PROTON-1064:
--------------------------------
    Fix Version/s: Future

> ruby: add ConnectionEngine alterntive integration style
> -------------------------------------------------------
>
>                 Key: PROTON-1064
>                 URL: https://issues.apache.org/jira/browse/PROTON-1064
>             Project: Qpid Proton
>          Issue Type: Improvement
>          Components: ruby-binding
>    Affects Versions: 0.11.0
>            Reporter: Alan Conway
>            Assignee: Alan Conway
>             Fix For: Future
>
>
> Add a simple integration between a ruby IO object and a proton engine, without using the reactor.  Use the same handler classes for application logic but pump data directly to/from a single IO instance instead of using the selector.
> - Avoids issue with GVL (since all IO is done in proton) 
> - Can integrate with any ruby IO subclass (not just sockets opened by the reactor.) 
> - Can run engines in separate ruby threads for concurrency.
> A similar class is available in the C++ and Go bindings.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org