[Qt-interest] Can QSessionManager be used for crash problems ?
Colin S. Miller
no-spam-thank-you at csmiller.demon.co.uk
Mon Nov 29 23:18:06 CET 2010
Girish Ramakrishnan wrote:
> Hi,
>
>
> For crash recovery, you need "browser session management" (in the
> wikipedia link). This involves your app periodically checkpointing
> it's state using QSettings or such.
Or,
if you are bothered about the disc writes,
your app can start a child process,
and periodically inform the child of its current state.
If the child notices that its parent died without
informing it (the child), then the child
writes out the last known state of the parent.
Colin S. Miller
More information about the Qt-interest-old
mailing list