gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnu-arch-users] Re: Usage tips


From: Aaron Bentley
Subject: Re: [Gnu-arch-users] Re: Usage tips
Date: Fri, 13 Feb 2004 14:23:42 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4

Stefan Monnier wrote:

that should be fast enough to check out.  Libraries are cache, and it's
best to avoid sharing caches whenever you can.

Why?
Because the coordination required for updates of a shared cache massively complicates things.

In particular, for your scenario, the removable storage will need to be mounted with the same device number every time, or else you'll get "corrupt library (failed inode signature validation)". Libraries weren't designed for sharing. Cacherevs were.

In general, caches are a shortcut; a necessary evil. They pretend to be something they're not, which is fine as long as their imitation is perfect. But if they behave even slightly differently, all hell can break loose.

Aaron






reply via email to

[Prev in Thread] Current Thread [Next in Thread]