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 7534479
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T06:01:38+00:00 2026-05-30T06:01:38+00:00

I have a homework problem where I have to implement a reader writer lock.

  • 0

I have a homework problem where I have to implement a reader writer lock. Please note that I am NOT looking/asking for code. I wish to understand the behaviour of reader-writer locks which will help me finalize the implementation details.

Lets say the request for acquiring the locks follows this sequence: R W R W R W R W..
In order to prevent starvation, should we process the requests in the same order? If I choose to jump over a write request (thus giving readers a higher preference), how can I ensure that a writer thread will not starve?

If give writers a higher preference instead, I think there is chance that reader threads will starve.

I think my current plan will work for sequences like RRRRWRRRRWWWRRRRR, WWWWWWRRRRWRRRR, RRRRRRR, WWWWWWW, RWRRR, WRWWWW and so on.

Are there any other scenarios I am not considering? – I know this is a tough one to answer esp. since I am not disclosing any details and haven’t enumerated all scenarios I considered. Please bear with me!

  • 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-30T06:01:40+00:00Added an answer on May 30, 2026 at 6:01 am

    “Higher priority” can only produce starvation when there is no bound on the wait time.

    If the amount of time for which any thread can wait is bounded to some finite value, that thread will not starve.

    So, as long as you keep track of when threads enter the queue and somehow don’t let them wait “too long”, you can “prioritize readers over writers” in the general case (or the reverse), while still not causing a livelock.

    The same effect can be gotten by only servicing a maximal number of readers before taking a writer, or vice versa.

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

Sidebar

Related Questions

I have a homework problem that I really don't know how to start. Here
This is a homework problem that I have. I have been doing some research
I would like to mention that this is a homework but am not asking
I have a homework problem that asks: Desgin a derived class GraduateStudent from base
I have a homework problem for my algorithms class asking me to calculate the
Okay, so I have another question on a prolog homework problem I am struggling
I have a homework task to prove whether or not a particular variation on
I have an issue and NO it is not homework, it's just a programmer
I have this homework problem where I need to use regex to remove every
I am trying to solve a homework problem where I have to return a

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.