Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OS] Processes vs Threads #7

Merged
merged 2 commits into from
Nov 6, 2024
Merged

[OS] Processes vs Threads #7

merged 2 commits into from
Nov 6, 2024

Conversation

junjange
Copy link
Collaborator

resolved: #3

학습 내용

  • 프로세스에 대해 학습했습니다.
  • 스레드에 대해 학습했습니다.
  • 예상 질문 4개를 작성했습니다.

@junjange junjange added the Eddy 에디 label Apr 28, 2024
@junjange junjange self-assigned this Apr 28, 2024

<img src="https://gmlwjd9405.github.io/images/os-process-and-thread/thread.png" />

- 스레드는 프로세스 내의 Code, Data, Heap 영역은 다른 스레드와 공유하고 Stack 영역을 따로 할당받는다.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

스레드끼리 Stack 영역을 공유할 수 있는 방법은 없나요?

@junjange junjange merged commit 68878b8 into main Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Eddy 에디
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[OS] Processes vs Threads
2 participants