>> 3. Use regular messages to wake up selected apps during boot-time. Those >> apps would need to have "bootcomplete" permission (possibly only certifed >> apps could do that). This solution is drafted in this bug: >> https://bugzilla.mozilla.org/show_bug.cgi?id=839058 and it's similar to >> Android's BOOT_COMPLETED broadcast. > > 2 and 3 are very similar, except 3 is more general, so I'd really go > this way.
The 3 approach seems to be alike with what goes on with Linux start up scrips — presence of some meta data in certain init files directing the init scripts to execute things. I can see many uses for this for enterprise applications, such as specific appliances, and more. I wonder what happens if the app dies? Or when the parent manager process dies. Do we have something in place to bring the state back? would you have use cases here? m > > Plus if this is done elsewhere we can confirm this works :) > -- > Julien > > _______________________________________________ > dev-b2g mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-b2g -- www.telasocial.com _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
