Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4029370
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T11:20:12+00:00 2026-05-20T11:20:12+00:00

In reference to this question about read() and write(), I’m wondering if each open

  • 0

In reference to this question about read() and write(), I’m wondering if each open file description has its own read and write buffers or if perhaps there’s a single read and write buffer for a file when it has been opened multiple times at once. I’m curious because this would have an effect on what exactly happens with overlapping writes to the same file. Perhaps this is something that varies among Unixes?

(To my understanding, “file description” refers to the info/options about an open file, such as the current marker position. “File descriptor”, in contrast, refers to just the number used in a process to refer to a description.)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T11:20:13+00:00Added an answer on May 20, 2026 at 11:20 am

    This depends a bit on whether you are talking about sockets or actual files.

    Strictly speaking, a descriptor never has its own buffers; it’s just a handle to a deeper abstraction.

    File system objects have their “own” buffers, at least when they are required. That is, if a program writes less than the file system block size, the kernel has no choice but to read a FS block and merge the write with the existing data.

    This buffer is attached to the vnode and at a lower level, possibly an inode. It’s owned by the file and not the descriptor. It may be kept around for a long time if memory is available.

    In the case of a socket, then a stream, but not specifically a single descriptor, does actually have buffers that it owns.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is in reference to the question previously asked The problem here is, each
I'm writing this question with reference to this one which I wrote yesterday. After
This question builds off of a previously asked question: Pass by reference multidimensional array
This is in reference to a question I asked earlier. Aside from viewing the
This is in reference to my other question Auto Clearing Textbox . If I
(Java question) If I reference a field in an inner class, does this cause
I saw this in an answer to another question , in reference to shortcomings
NOTE: This question changed a little as I learned more about the problem, so
Im sorry if this is a newbie question but I'm getting confuse about how
I have read a number of questions on this site about this issue, I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.