On 24 January 2016 at 07:19, <[email protected]> wrote: > PROTON-1062: c++: proton::connection_engine with client and server examples. > > Easier to use proton::connction_engine: > - inherit and override io_read, io_write, io_close to provide IO > functionality. > - processing logic (read/write/dispatch) built into connction_engine. > > Support for socket IO out of the box > - socket_engine implements socket-based IO > - examples/engine/direct_*.cpp simple single connection servers. > - examples/engine/broker.cpp is a full select-based broker > - uses same handler as the reactor broker, only changes the IO logic > > Full set of engine-based examples using socket IO. > > TODO: > - Broker example needs to be ported to windows. > - Documentation& fixes. > > > Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo > Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/b0c66544 > Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/b0c66544 > Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/b0c66544 > > Branch: refs/heads/master > Commit: b0c6654486a26e16d3877a23fb9580b4b021f50b > Parents: e39baba > Author: Alan Conway <[email protected]> > Authored: Tue Jan 19 17:16:05 2016 -0500 > Committer: Alan Conway <[email protected]> > Committed: Sun Jan 24 02:17:49 2016 -0500 >
<snip> The CI builds (on ASF Jenkins, Travis, and Appveyor) all appear to have started failing consistently with this commit, either failing during compilation or timing out running the examples during test. Robbie
