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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T19:26:38+00:00 2026-06-12T19:26:38+00:00

I have a class for loading from persistence items with the following method at

  • 0

I have a class for loading from persistence items with the following method at PersistenceController class:

Item loadItem(int id);

So now I want to implement the following method in other controller:

synchronized Item getItem(int id){
    Item result= getItemFromMemory(id);
    if (result==null){
        result=PersistenceController.loadItem(id);
    } 
    return result;
}

The goal is to ensure only one (or zero) instances of a item with the same id in memory at the same time. This method works but have one problem: Every load Item must wait for each other. I’d like to change the synchronization scheme in order to a call wait for other only if both have the same id.

Whats the best way to do this?

  • 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-06-12T19:26:40+00:00Added an answer on June 12, 2026 at 7:26 pm

    I guess only way to achieve what you want is to write a Custom Lock using AbstractQueuedSynchronizer which will create lock based on integer you pass but it is highly not recommended

    Synchronizing on an Integer value offers solution using ConcurrentHashMap but it has its own flaws. You can not delete the value from map when you have acquired same lock so there is no possible way to delete value unless you write Synchronized instance of ConcurrentHashMap which you don’t want.

    A rather feasible approach would be to increase number of locks.

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

Sidebar

Related Questions

I have TabActivityGroup: MainActivity class contain some tab, that name loading from db. Sales,
I have a custom view: public class Loading extends View { private long movieStart;
I have read about dynamically loading your class files when needed in a function
I have class with collection as below public class MyClass:IXmlSerializable { int vesrion; private
We have class lua. In lua class there is a method registerFunc() which is
I have a Main class loading 2 SWF (loader and viewer, also with document
I have a tabBarController xib. I've set the first item's class to a view
Alright, so I have a base class which we'll call TFruit . From this
for my application I am loading from the hardrive a list of different items:
I want to have some custom configuration (read in from file) available throughout my

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.