Improve performance in getting root plugins list.
authorTaejeong Lee <taejeong.lee@samsung.com>
Thu, 23 May 2013 07:17:00 +0000 (16:17 +0900)
committerTaejeong Lee <taejeong.lee@samsung.com>
Thu, 23 May 2013 08:20:10 +0000 (17:20 +0900)
commit5a95fbdfc1425b8b8d2b6d6b3ecc19bf45dec82a
tree5179f2117f3fbb9cd7816762d529d8ab9d0c9b63
parent9a8d606f7b3f1f9f6c590758eea72c7527b265f5
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