Preventing application freezes in Maemo
Tuesday August 16th 2005, 23:45 Category: Nokia 770 development
Nils Faerber provides an explanation of Maemo programming model to prevent application freezes:
Hildon contains a mechnism to kill processes that do not startup properly. So if a process is supposed to be started (launched from the launcher), then it has to register itself within a certain amount of time (the default is IMHO 30 seconds). If it does not, it is assumed to be stuck at init stage and is killed.
Comments