LWN.net Logo

My words.

My words.

Posted Feb 9, 2006 17:53 UTC (Thu) by jzbiciak (✭ supporter ✭, #5246)
In reply to: My words. by bronson
Parent article: Software suspend - again

Indeed. And if you could fit the required code into 16K, it'd make perfect sense to preallocate it anyway. My understanding is that this would be more on the order of a couple-hundred kilobytes, since the suspend-to-disk kernel could omit most things, including the network stack. (I don't *quite* see the benefit of suspend-to-NFS.)


(Log in to post comments)

My words.

Posted Feb 9, 2006 21:31 UTC (Thu) by bronson (subscriber, #4806) [Link]

Diskless workstation? I admit, suspend-to-network is probably more trouble than it's worth.

My words.

Posted Feb 9, 2006 21:37 UTC (Thu) by jzbiciak (✭ supporter ✭, #5246) [Link]

I had given that a brief thought, and it seems pretty worthless to me, IMHO, but then so do diskless workstations most of the time. If you did suspend-to-network on a diskless workstation, you could dump all the filesystem drivers (other than NFS) and disk drivers, trading one code lump for the other. You could probably even pare back most of the networking code if you were real spartan about it. (But you would need a reliable protocol like TCP to ensure it all works.)

I imagine suspend-to-network would be greated with the same enthusiasm as swap-to-network. :-)

suspend to network storage

Posted Feb 9, 2006 22:21 UTC (Thu) by pspinler (subscriber, #2922) [Link]

Is it worthless ? Hmm, maybe, but, what if you could restore the image to a different piece of (identical) hardware elsewhere ?

-- Pat

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds