-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51094/
-----------------------------------------------------------
(Updated Aug. 16, 2016, 5:02 p.m.)
Review request for qpid, Andrew Stitcher, Cliff Jansen, Gordon Sim, and Justin
Ross.
Bugs: PROTON-1259
https://issues.apache.org/jira/browse/PROTON-1259
Repository: qpid-proton-git
Description
-------
Interface and implementation strategy for a C "container" based on the
connection_engine, eventually intended to replace the reactor and allow multiple
IO and threading implementations..
Stripped down to essential features to minimize the burden on implementors but
support implementing existing C++, python, Go etc. containers on top of it.
Extra convenience can be done in the the binding language where they are easier
to implement and can use native language features.
Diffs (updated)
-----
proton-c/bindings/cpp/include/proton/io/connection_engine.hpp
70e675491559211d291d04f61ea7a6a5669c198a
proton-c/bindings/go/src/qpid.apache.org/proton/engine.go
3cc65243b4dc78bd6320772013c9596449e5370f
proton-c/docs/api/index.md 10aea84e092f957c79e0665ff20e8145b480bfd2
proton-c/include/proton/connection_engine.h
cf5006b80a87bf6bf1037a8efd58d5dae677a32c
proton-c/include/proton/container.h PRE-CREATION
proton-c/include/proton/engine.h 8f8719e72629041032b411f252421c8e3d2186a1
proton-c/include/proton/io/container_impl.h PRE-CREATION
proton-c/include/proton/io/integration.h PRE-CREATION
proton-c/include/proton/types.h 72db6f8664f004f7d3389ad36f459394d5bf2d1c
proton-c/src/engine/connection_engine.c
41a1bdcd7bde89bd767d0e1485272c5683eca257
Diff: https://reviews.apache.org/r/51094/diff/
Testing
-------
None, first pass at interface review.
Thanks,
Alan Conway