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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T14:19:00+00:00 2026-05-23T14:19:00+00:00

If I have a multiprocessor setup and two threads that access the same memory

  • 0

If I have a multiprocessor setup and two threads that access the same memory (let’s say the same actual byte or word, not only “the same area”), does this cause errors by itself?

What if two threads are not only reading, but also writing and combining reading and writing (say, thread 1 tries to read at the same time as thread 2 is trying to write, or if both are trying to write at the same time). Will this cause an error/BSOD/AV, or is the only problem that the behaviour is undefined? (that one of the threads will get wrong data, dependent on the actual timings)

  • 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-23T14:19:00+00:00Added an answer on May 23, 2026 at 2:19 pm

    1) No, threads are free to read/write everywhere in program application memory. (Ok, it is possible to protect some part of memory, like program code memory to protect it.)

    2) Any CPU core has own cache and data is first copied and than modified in cache line after that is copied at appropriate (unpredictable) time back to RAM. There are special cpu instruction (like lock) which must be executed together with other instruction (like cmpxchg) to ensure atomic (interlocked) RAM read, write or modify, some instructions are atomic by default.

    Remember: the atomic (interlocked) RAM access can be only 1, 2, 4 or 8 (and 16 under 64bit CPU) bytes long.
    For longer memory structures you must ensure corresponding locking (sinhronisation) mechanism like Critical Section to avoid uncontroled memory access by several threads.

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

Sidebar

Related Questions

If I have a multi-processor board that has cache-coherent non-uniform memory access ( NUMA
Let's say I have two arrays: int[] array1 = new int[2000000]; int[] array2 =
I have an application that's having some trouble handling multi-processor systems. It's not an
I just read a MSDN article, Synchronization and Multiprocessor Issues , that addresses memory
suppose we have multi processor machine and multi threaded application. If two threads have
Have an object which is an array (not arraylist or generic) that could hold
so I have a boolean type in C++ on a multiprocessor machine. The variable
I have three questions to ask If I create only one block of threads
I have a generic check that needs to be run on ca. 1000 objects.
If I have a multiprocess system that needs to process a bunch of directories,

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.