[PATCH phosphor-rest-server] The streaming support for obmc-rest.

OpenBMC Patches openbmc-patches at stwcx.xyz
Thu Jan 28 19:00:36 AEDT 2016


Changes:
1) The main idea of this change is to have a streaming path as below:
    dbus signal -> obmc-rest capture the dbus signal -> obmc-rest notify the client of the signal receiving.
2) Replace rocket with gevent WSGI server to support multiple async accesses.
3) Use gevent queue to notify the dbus signal receiving.
4) The uri to the streaming should be in the form as below:
    https://<ip>/<path>/stream/<signal_name>

https://github.com/openbmc/phosphor-rest-server/pull/15

shgoupf (1):
  The streaming support for obmc-rest.

 obmc-rest | 115 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 104 insertions(+), 11 deletions(-)
 mode change 100644 => 100755 obmc-rest

-- 
2.6.4




More information about the openbmc mailing list