S
S
Sergey_Dultsev2021-12-25 17:48:17
System administration
Sergey_Dultsev, 2021-12-25 17:48:17

What data do the threads of the same process share?

The teacher gave us questions for the test. And one of them is this question. I don't even know how to understand it, let alone answer it. Googled, didn't find an answer. Help me please.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vindicar, 2021-12-25
@Sergey_Dultsev

Kek, he asked the same question today at the test. But time doesn't add up.
General:
- Address space
- - As a result, executable code
- - As a result, environment variables
- Open descriptors
Differs:
- Stack: each thread has its own, in one address space. but in its different places
- Structural exception handlers
- Well, in general, the context of the thread: processor registers, etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question