Saving multiple hibernate data

  • Thread starter Thread starter ermanucar
  • Start date Start date
E

ermanucar

I want to do this:

I have many programs running at time t1. I will save everthing in
memory at hard disk like what hibernate does, but without hibernating.
Then I will close some of the programs that are running and open some
others and save everthing running at this time, say t2.

Now I have two different process list, (like two hibernate points). It
is like saving sessions in Opera or Firefox, instead of saving urls, we
are saving memory contents.

How can we do this so that when we restart windows by choosing one of
these sessions when Windows loads it will run everything that was
running when the session was saved.

I hope I could explain what I meant.

Thank you.
 
I want to do this:

I have many programs running at time t1. I will save everthing in
memory at hard disk like what hibernate does, but without hibernating.
Then I will close some of the programs that are running and open some
others and save everthing running at this time, say t2.

Now I have two different process list, (like two hibernate points). It
is like saving sessions in Opera or Firefox, instead of saving urls, we
are saving memory contents.

How can we do this so that when we restart windows by choosing one of
these sessions when Windows loads it will run everything that was
running when the session was saved.

I hope I could explain what I meant.

Thank you.

Only way I can think of is to write your own program. I think it would
take a couple of months for a small team of programmers to do it right.
 
Back
Top