Delay sending container to the background.
authorLukasz Pawelczyk <l.pawelczyk@partner.samsung.com>
Fri, 25 Apr 2014 14:02:55 +0000 (16:02 +0200)
committerJan Olszak <j.olszak@samsung.com>
Mon, 19 May 2014 11:47:16 +0000 (13:47 +0200)
commit6989757a5054c3ec36c99e8c3cdc9031c1471338
treef67e2e5b012d65bbb49f2e1407ab3ac209eaaa05
parent505023a59fde334ce5fac61073f66e0476320642
Delay sending container to the background.

[Bug/Feature]   Waiting for a dbus connection could take a long time.
[Cause]         The container was CPU throttled immediately after its
                start, this made it boot very slowly.
[Solution]      Throttle the container after the dbus connection is made.
[Verification]  Built, installed and run tests.

Change-Id: I9d69981bfd14820f71f1053a498b37b47a5bcfb1
Signed-off-by: Lukasz Pawelczyk <l.pawelczyk@partner.samsung.com>
server/container-admin.cpp
server/container.cpp
unit_tests/server/ut-container-admin.cpp