Bundle-isolation: Performing set and get request in separate threads
authorMarkus Jung <markus.jung@samsung.com>
Fri, 11 Sep 2015 08:51:27 +0000 (17:51 +0900)
committerMadan Lanka <lanka.madan@samsung.com>
Fri, 11 Sep 2015 13:51:28 +0000 (13:51 +0000)
commit0ce2c4c32e3d07ee5aaab7bc73fcaf82c7328604
tree86a6568bc0877be59e9607270c3ad81ff503d1ae
parent4434f481c1dd73a5846fea547778553dd9e61d6f
Bundle-isolation: Performing set and get request in separate threads

The resource container will span of a separate thread for handling set and get
requests to bundle resources. A timed join based on boost thread library
will return the control flow to the request execution thread if the request
is blocked or runs into a time out.

Change-Id: If39ef87ba05449b59ad79136b0c63fa8e59f16e6
Signed-off-by: Markus Jung <markus.jung@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/2463
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
service/resource-encapsulation/src/resourceContainer/include/ResourceContainerImpl.h
service/resource-encapsulation/src/resourceContainer/src/ResourceContainerImpl.cpp