Improve performance in getting root plugins list. 13/10213/1
authorTaejeong Lee <taejeong.lee@samsung.com>
Thu, 23 May 2013 07:17:00 +0000 (16:17 +0900)
committerSoo-Hyun Choi <sh9.choi@samsung.com>
Tue, 24 Sep 2013 12:45:32 +0000 (21:45 +0900)
commit35da66fdceaf75e91f76417491a37854f020d433
tree23762ab8c2cfd742122495cab17204331b8506fe
parent87c806e731f65b4bf12f3304b09bd8872ed4baea
Improve performance in getting root plugins list.

 * note: this commit needs a new api from wrt-commons.
   - getRootPluginHandleList()

[Issue#] N/A
[Problem] Performance.
[Cause] Too many access to db.
[Solution] Changed to use new "getRootPluginHandleList()"

Change-Id: Ie4c2191c1882c1ebd4afd9830f0c9f72612e764b
src/plugin-loading/plugin_container_support.cpp
src/plugin-loading/plugin_logic.cpp