--- Raphael Quinet <[EMAIL PROTECTED]> wrote:
> On Wed, 06 Jun 2001, Guillermo S. Romero / Familia Romero wrote:
>  > In some cases, IIRC, /tmp is RAM.

This issue comes up from time to time, I've seen it on Ask Slashdot too.
But /tmp in RAM is bad. If you're writing/reading relatively small amounts
of data to/from /tmp, the data is cached anyway. If /tmp is in RAM, it
would mean the data is present in memory twice. And if you're dealing with
huge amounts of data, it's better to write them to disk.

=====
__________________________________________________
| [EMAIL PROTECTED]
|  .===,
| :        _
|  "==____/ `
|     <<<<\_,

____________________________________________________________
Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie
_______________________________________________
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Reply via email to