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

  • SEARCH
  • Home
  • 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

EDIT: This question is about finding definitive reference to MySQL syntax on SELECT modifying
I have a question about a ForeignKey reference problem with django. This is a
Yes, I've read this question & answers: Passing an array by reference in C?
In reference with this question We have a header with a date picked component
With the reference to this question:- JavaScript -Change CSS color for 5 seconds Working
Reference: This is a self-answered question. It was meant to share the knowledge, Q&A
Somebody ask me this question today . What is the need of reference in
I'm using Alberto Santini's solution to this question to get a spiral grid reference
In reference to this answer to a Stack Overflow question : what is bench-testing
This is with reference to the below question: Execute program from within a C

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.