Page 1 of 2 12 LastLast
Results 1 to 10 of 11
Like Tree4Likes

Thread: cached

  1. #1
    hooshdar3 is offline Banned
    • Member Info
      • Member Type:
      • Interested in Language
      • Native Language:
      • Persian
      • Home Country:
      • Iran
      • Current Location:
      • Iran
    Join Date
    Nov 2011
    Posts
    245

    Default cached

    " In UNIX, disk inodes are cached in memory. "
    (from Expert C programming p.1555)

    Does it means that inodes are first written somewhere and then move to the disk?If so, What is that somewhere?

    Or, does it mean inodes are acting as the caches for the physical memory?

  2. #2
    BobSmith is offline Senior Member
    • Member Info
      • Member Type:
      • Interested in Language
      • Native Language:
      • English
      • Home Country:
      • United States
      • Current Location:
      • United States
    Join Date
    Jan 2012
    Posts
    902

    Default Re: cached

    Quote Originally Posted by hooshdar3 View Post
    " In UNIX, disk inodes are cached in memory. "
    (from Expert C programming p.1555)

    Does it means that inodes are first written somewhere and then moved to the disk? If so, W what is that somewhere? Yes, they are cached (v.) in a cache (n.).

    Or, does it mean inodes are acting as the caches for the physical memory? No, an inode is just data, just information, to be stored.
    .

  3. #3
    BobK's Avatar
    BobK is offline Harmless drudge
    • Member Info
      • Member Type:
      • English Teacher
      • Native Language:
      • English
      • Home Country:
      • UK
      • Current Location:
      • UK
    Join Date
    Jul 2006
    Posts
    12,932
    Teacher

    Default Re: cached

    Quote Originally Posted by hooshdar3 View Post
    " In UNIX, disk inodes are cached in memory. "
    (from Expert C programming p.1555)

    Does it means that inodes are first written somewhere and then move to the disk?If so, What is that somewhere?
    That's a question about UNIX internals.
    Or, does it mean inodes are acting as the caches for the physical memory?
    You seem to have got your answer - by happy accident. This forum deals with language.

    b

    Most contributors to this forum have as little idea about what an 'inode' is as most C programmers have about how to pronounce 'cache'.
    Last edited by BobK; 13-Jan-2012 at 10:22. Reason: PS added
    5jj and JohnParis like this.

  4. #4
    SirGod's Avatar
    SirGod is offline Member
    • Member Info
      • Member Type:
      • Student or Learner
      • Native Language:
      • Romanian
      • Home Country:
      • Romania
      • Current Location:
      • Romania
    Join Date
    Feb 2010
    Posts
    401

    Default Re: cached

    Cache is used to store information that is most probably going to be used again. And that information can be easier (and faster) retrieved from the cache memory than creating it one more time or retrieving it from another place. I am not very knowledgeable in UNIX file-system, but I can give you another example: when you visit a website for the first time, the images are downloaded in a cache memory (in your computer) so next time you visit the website you will not have to download the images again (avoid bandwidth waste, for both you and the server which hosts the website).
    5jj and hooshdar3 like this.

  5. #5
    SoothingDave is offline Key Member
    • Member Info
      • Member Type:
      • Other
      • Native Language:
      • English
      • Home Country:
      • United States
      • Current Location:
      • United States
    Join Date
    Apr 2009
    Posts
    4,705

    Default Re: cached

    Quote Originally Posted by BobK View Post
    You seem to have got your answer - by happy accident. This forum deals with language.

    b

    Most contributors to this forum have as little idea about what an 'inode' is as most C programmers have about how to pronounce 'cache'.
    Is it supposed to sound like "cash"?

  6. #6
    BobK's Avatar
    BobK is offline Harmless drudge
    • Member Info
      • Member Type:
      • English Teacher
      • Native Language:
      • English
      • Home Country:
      • UK
      • Current Location:
      • UK
    Join Date
    Jul 2006
    Posts
    12,932
    Teacher

    Default Re: cached

    Quote Originally Posted by SoothingDave View Post
    Is it supposed to sound like "cash"?
    Opinions differ, and I imagine dictonaries exist that allow either, but making the a sound /eɪ/ on the strength of the final e seems to me inappropriate; and it flies in the face of the word's derivation (not crucially or unarguably important in itself, but it strikes me as having some weight).

    b

  7. #7
    BobSmith is offline Senior Member
    • Member Info
      • Member Type:
      • Interested in Language
      • Native Language:
      • English
      • Home Country:
      • United States
      • Current Location:
      • United States
    Join Date
    Jan 2012
    Posts
    902

    Default Re: cached

    Quote Originally Posted by SoothingDave View Post
    Is it supposed to sound like "cash"?
    [not a teacher]

    For me, yes, which distinguishes it from cachet.

  8. #8
    SoothingDave is offline Key Member
    • Member Info
      • Member Type:
      • Other
      • Native Language:
      • English
      • Home Country:
      • United States
      • Current Location:
      • United States
    Join Date
    Apr 2009
    Posts
    4,705

    Default Re: cached

    Quote Originally Posted by BobK View Post
    Opinions differ, and I imagine dictonaries exist that allow either, but making the a sound /eɪ/ on the strength of the final e seems to me inappropriate; and it flies in the face of the word's derivation (not crucially or unarguably important in itself, but it strikes me as having some weight).

    b
    How would you say it?

    Cache | Define Cache at Dictionary.com

    This only gives the "cash" pronunciation. I would think the French word "cacher" would sound like "cash-eh." (Like a Canadian asking for money.)

  9. #9
    BobK's Avatar
    BobK is offline Harmless drudge
    • Member Info
      • Member Type:
      • English Teacher
      • Native Language:
      • English
      • Home Country:
      • UK
      • Current Location:
      • UK
    Join Date
    Jul 2006
    Posts
    12,932
    Teacher

    Default Re: cached

    Quote Originally Posted by SoothingDave View Post
    How would you say it?

    Cache | Define Cache at Dictionary.com

    This only gives the "cash" pronunciation. I would think the French word "cacher" would sound like "cash-eh." (Like a Canadian asking for money.)
    Yes, the infinitive does. That doesn't mean that all French-derived words ending e have to be pronounced as if it were é.

    b

  10. #10
    SoothingDave is offline Key Member
    • Member Info
      • Member Type:
      • Other
      • Native Language:
      • English
      • Home Country:
      • United States
      • Current Location:
      • United States
    Join Date
    Apr 2009
    Posts
    4,705

    Default Re: cached

    True. I've never heard anyone pronounce "cache" like "cash-eh." That would grate.

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Search Engine Optimization by vBSEO 3.6.0