On Thu, 7 Mar 2002, Stas Bekman wrote:

> Mark Hazen wrote:
> > That's your opinion.  In my opinion, a bunch of disk IO and file seeks are a
> > waste of resources.  The bigger issue here is that it is better to store in
> > memory, and it saddens me that it doesn't seem possible.
> 
> Hmm, then create a ramdisk and read from the file virtually stored in 
> the RAM.

Why should this be necessary?  Since writes to disk don't happen 
immediatly writing to 'disk' and reading it back in again and then 
deleting the file should all happen in cache and not actually hit the hdd 
at all (unless of course you run out of memory in which case slamming it 
to disk would be no worse than a page hit) correct?

Or am I missing something?

Later.

Mark.

-- 
s''  Mark Fowler                                     London.pm   Bath.pm
     http://www.twoshortplanks.com/              [EMAIL PROTECTED]
';use Term'Cap;$t=Tgetent Term'Cap{};print$t->Tputs(cl);for$w(split/  +/
){for(0..30){$|=print$t->Tgoto(cm,$_,$y)." $w";select$k,$k,$k,.03}$y+=2}


Reply via email to