* Matthew Garrett <mjg@redhat.com> [100507 13:58]:
OK, then what would I need to do to keep that ping running if I wanted to?
I guess it depends. If it's a game and I'm waiting to hit the fire
button, then I don't want the system to suspend!
It's starting to sound like you're really using suspend blocks
to "certify" that the app is safe to keep running.
Maybe it could be done with some kind of process flag instead that
would tell "this process is safe to keep running from timer point of view"
and if that flag is not set, then assume it's OK to stop the process
at any point?
Regards,
Tony
--