Uploaded image for project: 'Qpid Proton'
  1. Qpid Proton
  2. PROTON-1064

ruby: native IO based on connection_driver.c

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • proton-0.11.0
    • proton-c-0.19.0
    • ruby-binding
    • None

    Description

      Refactor ruby binding to use a native Ruby IO driver with the C pn_connection_driver for AMQP protocol support.

      Ruby ConnectionDriver - drive a single connection, single threaded

      • Use any ruby IO subclass
      • Works with native Ruby polling primitives
      • Avoids Ruby threading issue with GVL (all IO is done in Ruby)
      • Thread safe function injection for MT use.

      Client/server examples using native ruby connect, multi-threaded broker example using ruby listen.

      Attachments

        Issue Links

          Activity

            People

              aconway Alan Conway
              aconway Alan Conway
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: