From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lorenzo Colitti Subject: Re: [RFC] userland swsusp Date: Wed, 23 Nov 2005 11:16:27 +0100 Message-ID: <4384417B.9040201@colitti.com> References: <20051115212942.GA9828@elf.ucw.cz> <20051115222549.GF17023@redhat.com> <20051115233201.GA10143@elf.ucw.cz> <1132115730.2499.37.camel@localhost> <20051116061459.GA31181@kroah.com> <1132120845.25230.13.camel@localhost> <20051116165023.GB5630@kroah.com> <1132171051.25230.53.camel@localhost> <20051116213517.GD12505@elf.ucw.cz> <1132175248.25230.104.camel@localhost> <20051116224728.GI12505@elf.ucw.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20051116224728.GI12505@elf.ucw.cz> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.osdl.org Errors-To: linux-pm-bounces@lists.osdl.org To: Pavel Machek Cc: Dumitru Ciobarcianu , Nigel Cunningham , Linux-pm mailing list , Linux Kernel Mailing List List-Id: linux-pm@vger.kernel.org Pavel Machek wrote: > Yes, hopefully users will not notice. ? So the idea is to merge inferior code and "hope users won't notice"? Users might not notice that half their memory is gone, but they *will* notice that their system is dog slow when it resumes because all their caches are gone and a most of their stuff is swapped out. Non-responsive system on resume is one of the main reasons that swsusp2 is much better than swsusp1, and yes, users *do* notice (I was one of them, as I pointed out a while back). Yes, 50% is better than nothing, but it's still a pretty poor show. Seen from the perspective of a user, the situation is simple: suspend2 works, it's fast, and it's rock-solid. Just use it. Regards, Lorenzo P.S. Don't "show me the code" me. I can't write the code. :-) But based on what I see of how well suspend2 works, I think Nigel can...