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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T01:15:30+00:00 2026-05-23T01:15:30+00:00

Hi: I have a multi thread Java program. There are many singletons. I am

  • 0

Hi: I have a multi thread Java program. There are many singletons. I am wondering whether singleton would decrease the performance of a multi thread program, especially throughput.
Some Singleton is simply a single object, some singleton are concurrentHashmap and/or atomicinteger.

  • 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-23T01:15:31+00:00Added an answer on May 23, 2026 at 1:15 am

    If your singletons are immutable then they won’t cause a decrease in performance.

    However as you said, if there are concurrent (synchronized) data structure singletons in your code then your performance will be decreased when compared to non-concurrent data structures.

    Basically, think objects as data holders with some methods on them and now think that you have a linked list in your code and many threads are running concurrently and modifying that linked list. Analogous to this example, your singleton data structure is data holder and many threads are trying to update it and the system is staying consistent with locks.

    Long story short, I don’t think that having singletons in concurrent systems will make a significant difference in performance unless they hold a data structure updated by multiple threads.

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

Sidebar

Related Questions

I am using multi-threading in java for my program. I have run thread successfully
I have a layered application in Java which has a multi thread data access
I have perl, v5.6.1 built for MSWin32-x86-multi-thread Binary build 638 provided by ActiveState. I
I am coming up with a design for a task based multi-thread java 1.5
In multi-thread environment, in order to have thread safe array element swapping, we will
I would like to multi-thread an application, however one library i'm using is not
I have a CPU intensive multi-threaded Java application and I'm looking for ways to
I have written a C based library and for it to work in multi-thread
I have inherited a middle tier system with some multi-Threading issues. Two different threads,
Modern browsers have multi-tab interface, but JavaScript function window.showModalDialog() creates a modal dialog that

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.