<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: Is it possible to write a program that uses only physical RAM, and not the swap/pagefile in Windows?</title>
      <link>http://ask.metafilter.com/52044/Is-it-possible-to-write-a-program-that-uses-only-physical-RAM-and-not-the-swappagefile-in-Windows/</link>
      <description>Comments on Ask MetaFilter post Is it possible to write a program that uses only physical RAM, and not the swap/pagefile in Windows?</description>
	  	  <pubDate>Thu, 30 Nov 2006 04:44:49 -0800</pubDate>
      <lastBuildDate>Thu, 30 Nov 2006 04:44:49 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: Is it possible to write a program that uses only physical RAM, and not the swap/pagefile in Windows?</title>
  	<link>http://ask.metafilter.com/52044/Is-it-possible-to-write-a-program-that-uses-only-physical-RAM-and-not-the-swappagefile-in-Windows</link>	
  	<description>Is it possible to write a program that uses only physical RAM, and not the swap/pagefile in Windows? &lt;br /&gt;&lt;br /&gt; I am trying to write a program that won&apos;t leave any traces on a computer after it is run. As it currently stands, it leaves lots of signatures in the swap file. Terribly annoying.</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.52044</guid>
  	<pubDate>Thu, 30 Nov 2006 04:26:56 -0800</pubDate>
  	<dc:creator>torpark</dc:creator>
	
	<category>Programming</category>
	
	<category>Windows</category>
	
	<category>Swap</category>
	
	<category>Cache</category>
	
	<category>Pagefile</category>
	
	<category>RAM</category>
	
</item>
<item>
  	<title>By: Rhomboid</title>
  	<link>http://ask.metafilter.com/52044/Is-it-possible-to-write-a-program-that-uses-only-physical-RAM-and-not-the-swappagefile-in-Windows#786308</link>	
  	<description>You could allocate a buffer from the non-paged pool.  But easier than that would be calling SecureZeroMemory() on all buffers which ought to take care of the page file as well.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.52044-786308</guid>
  	<pubDate>Thu, 30 Nov 2006 04:44:49 -0800</pubDate>
  	<dc:creator>Rhomboid</dc:creator>
</item>
<item>
  	<title>By: Rhomboid</title>
  	<link>http://ask.metafilter.com/52044/Is-it-possible-to-write-a-program-that-uses-only-physical-RAM-and-not-the-swappagefile-in-Windows#786310</link>	
  	<description>See also the DPAPI (CryptProtectMemory() and friends).</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.52044-786310</guid>
  	<pubDate>Thu, 30 Nov 2006 04:47:18 -0800</pubDate>
  	<dc:creator>Rhomboid</dc:creator>
</item>
<item>
  	<title>By: cmicali</title>
  	<link>http://ask.metafilter.com/52044/Is-it-possible-to-write-a-program-that-uses-only-physical-RAM-and-not-the-swappagefile-in-Windows#786341</link>	
  	<description>I had thought that there was no way to guarantee from where allocated heap memory came from in win32?</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.52044-786341</guid>
  	<pubDate>Thu, 30 Nov 2006 05:59:49 -0800</pubDate>
  	<dc:creator>cmicali</dc:creator>
</item>
<item>
  	<title>By: stereo</title>
  	<link>http://ask.metafilter.com/52044/Is-it-possible-to-write-a-program-that-uses-only-physical-RAM-and-not-the-swappagefile-in-Windows#786439</link>	
  	<description>Could you add a lot of ram and disable swapping?</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.52044-786439</guid>
  	<pubDate>Thu, 30 Nov 2006 07:52:10 -0800</pubDate>
  	<dc:creator>stereo</dc:creator>
</item>
<item>
  	<title>By: Freaky</title>
  	<link>http://ask.metafilter.com/52044/Is-it-possible-to-write-a-program-that-uses-only-physical-RAM-and-not-the-swappagefile-in-Windows#786661</link>	
  	<description>In Unix you&apos;d mlock() the memory.  The Windows equivilent appears to be &lt;a href=&quot;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/memory/base/virtuallock.asp&quot;&gt;VirtualLock()&lt;/a&gt;.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.52044-786661</guid>
  	<pubDate>Thu, 30 Nov 2006 11:15:33 -0800</pubDate>
  	<dc:creator>Freaky</dc:creator>
</item>

    </channel>
</rss>
