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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T23:54:04+00:00 2026-05-25T23:54:04+00:00

I have Implemented a semaphore class for producer and consumer. It is working fine,

  • 0

I have Implemented a semaphore class for producer and consumer.

It is working fine, But I am feeling now that we use notifyAll to notify the threads which awakes or notifies all the threads.

I want to know if there is any way in which we can notify only a particular set of groups: like producers only notify consumer threads and vice-versa using groups or anything else.

PS: I am new to java and Threading.

  • 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-25T23:54:05+00:00Added an answer on May 25, 2026 at 11:54 pm

    Seems to me like you’re reinventing the wheel. Semaphores are available in the java.util.concurrent package.

    Besides, for a producer / consumer datastructure, I’d suggest you simply use a BlockingQueue.

    Anyway, the notify method notifies one (unspecified) waiter. If you indeed need a specific “order” on which ones to let through, I believe you would have to notifyAll and “manually” make sure only the relevant ones are allowed to acquire the semaphore.


    For you particular case, it seems to me like you need one wait-set for producers, and one wait-set for consumers. Since you have one wait set per object, it is impossible to notify only the consumers (or producers) using one object. Perhaps what you’re after is having two objects, one acquired by producers, and one acquired by consumers, and then do consumerObj.notifyAll(), or producerObj.notifyAll(), depending on which group of threads you want to wake up.

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

Sidebar

Related Questions

I have implemented semaphores in Linux last year. But for that I have to
I have implemented Twitter4J in my Android application and it's works fine. But after
I have implemented a ToString() override method for my class in my Webservice and
I have implemented a sort of Repository class and it has has GetByID ,
So I have a wrapper class that when I send it a message, it
Let's say I have a class that implements the IDisposable interface. Something like this:
Im working on a client (that use a GUI and a socket). The GUI
I have to use functionality that is in another application domain. The result should
I have implemented quartz scheduler in my application. And its working upto a certain
I have implemented background worker class something similar to below sample and I want

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.