From: Ryan Davis Date: 2010-02-20T08:39:21+09:00 Subject: Re: using secure memory On Feb 18, 2010, at 23:41 , Chad Perrin wrote: > I'm writing a utility that needs to use secure memory (that is, won't > swap to disk). Is there a "best practices" way to do this with Ruby, > some common library that could be used for this purpose, et cetera? > > Thanks in advance for any help. Don't worry about it and employ the OS's option for secured virtual memory?