|
|
|
|
|
by gf000
533 days ago
|
|
Or maybe the Linux Desktop (used by a couple of people) should use more code from the android project (which is the biggest OS on the Earth) The latter has sane sandboxing, proper IPC, an app lifecycle that makes sense for embedded devices (an app in the background should only ever take CPU time if it has an explicit service with permission for that)
etc. |
|
> an app in the background should only ever take CPU time if it has an explicit service with permission for that
You can run your services in a cgroup and use "freeze" and "thaw" support for that purpose.