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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T06:31:29+00:00 2026-05-13T06:31:29+00:00

I am facing this issue: I have lots of threads (1024) who access one

  • 0

I am facing this issue:
I have lots of threads (1024) who access one large collection – Vector.
Question:
is it possible to do something about it which would allow me to do concurrent actions on it without having to synchronize everything (since that takes time)? What I mean, is something like Mysql database works, you don’t have to worry about synchronizing and thread-safe issues. Is there some collection alike that in Java? Thanks

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

    Vector is a very old Java class – predates the Collections API. It synchronizes on every operation, so you’re not going to have any luck trying to speed it up.
    You should consider reworking your code to use something like ConcurrentHashMap or a LinkedBlockingQueue, which are highly optimized for concurrent access.

    Failing that, you mention that you’d like performance and access semantics similar to a database – why not use a dedicated database or a message queue? They are likely to implement it better than you ever will, and it’s less code for you to write!

    [edit] Given your comment:

    all what thread does is adding elements to vector 
    (only if num of elements in vector = 0) & 
    removing elements from vector. (if vector size > 0)
    

    it sounds very much like you should be using something much more like a queue than a list! A bounded queue with size 1 will give you these semantics – although I’d question why you can’t add elements if there is already something there. When you’ve got thousands of threads this seems like a very inefficient design.

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

Sidebar

Related Questions

Been Facing this issue,I Have as my view <%= form_for(:pin, :url => {:action =>fees})
I have been facing this issue with my application and do not know what
Can anyone guide me as I am facing this issue? I have a app
I am facing this issue in Junit. I have created an Android application that
I am facing this issue. Appreciate any advices. I have a file called home.php.
I am facing this issue whenever I am trying to run Play 1.2.1 in
I am facing this issue on Android 2.3.5 (and possibly earlier Android versions) When
I'm being bugged by this issue which I'm facing with location.replace . I need
I'm facing a problem to solve this issue. I'm having a string variable, for
Please help me with this issue that I am facing on production server. 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.