Plasma/libplasma2/outofprocessdataengines

From KDE Community Wiki
Revision as of 13:20, 22 September 2012 by Afiestas (talk | contribs) (Created page with "==Discussion== Even if they try to be s async as possible, right now dataengines could become too heavy and slow down the main GUI event loop. ==Proposed Solution == Dataengin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Discussion

Even if they try to be s async as possible, right now dataengines could become too heavy and slow down the main GUI event loop.

Proposed Solution

Dataengines could run in a different process (and pass the actual data trough sockets) making the UI actually faster. However especially on devices a process more would bring more context switches and overall memory consumption (MeeGo certification policy even forbids applications to run any kind of daemon) So should be probably decided at compile time.