Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

If the OS is intelligent, the memory doesn't get overwritten until it is needed. Even if an app is completely closed and its process is killed, doesn't it's image still hang around in memory for the next time it is run?


The binary and libraries and accessed (and perhaps saved) files should still be in whatever buffers/cache the operating system maintains in the unused portion of RAM, but the state of the application is gone (unless the application saved its state and will restore it upon starting up again, of course).


And it appears Lion is going to bring some help to devs on doing just that (saving/restoring state).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: