suspending an application?
-
hi to all... :) how hard is it to suspend a single application to disk an restore it later? (like the built in suspend functionality in windows xp - just on app layer) the target os is windows xp. i mean getting a dump of the application memory might not be that hard, right? but what i've to do to restore it? writing the data back into memory... okay. but how do i recreate the app thread, windows, classes, etc.? are there already solutions for such processes? you may find i'm a bit crazy :wtf:, but i find that's the best way to switch between different workspaces (development, video auth., gaming, entertainment - you know what i mean?) for doing something else and afterwards going back to the last work... any better (or easier) ideas? thx martin