2
1
I'm using an AMD Phenom II desktop running Windows 7 that I custom built. I put the system to sleep (not hibernate) then I accidentally shut off the power supply that it was connected to as well, so the system was not being supplied any power. My understanding of sleep is that it needs a little power since it does not save any information to disk. However, when I turned on the system several hours later, it still woke up from sleep and all the windows I had open were restored just as they were before.
How is this possible?!? :O
Then why is it faster to go into hybrid sleep than normal hibernation mode? – Phenom – 2009-12-30T13:16:57.280
Is it really faster? It may appear longer to watch the on-screen "Hibernating" indicator, and then the time it takes to actually shut down the power; than for the screen to go blank, quietly save to disk, and slip into sleep.
Another possibility is that it sleeps immediately, but then only hibernates after "a little while", when it is seems that you are not going to wake the computer (e.g. because you accidentally let it go to sleep). You might try watching your computer to see if that is the case. – Ken – 2009-12-30T14:12:44.453
1Hybrid sleep appears faster because it sleeps first, then carries out the Hibernate after. Think of Hybrid Sleep like Async I/O and Hibernate as Sync I/O. Hibernate needs to confirm memory is written out before it acknowledges that it is complete, Hybrid sleep can sleep first, then spool out the Hibernate to disk while sleeping. – Darren Hall – 2009-12-30T17:36:16.543