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

[sof] Chapter 1. 서버란 무엇인가(소켓&멀티 프로세스) #4

Merged
merged 3 commits into from
Apr 11, 2024

Conversation

ryogaeng
Copy link

#️⃣ 연관된 이슈

#1

✅ 워크북 체크리스트

  • 모든 핵심 키워드 정리를 마쳤나요?
  • 핵심 키워드에 대해 완벽히 이해하셨나요?
  • 이론 학습 이후 직접 실습을 해보는 시간을 가졌나요?
  • 미션을 수행하셨나요?
  • 미션을 기록하셨나요?

✅ 컨벤션 체크리스트

  • 디렉토리 구조 컨벤션을 잘 지켰나요?
  • pr 제목을 컨벤션에 맞게 작성하였나요?
  • pr에 해당되는 이슈를 연결하였나요?
  • 적절한 라벨을 설정하였나요?
  • 스터디원들에게 code review를 요청하기 위해 reviewer를 등록하였나요?
  • 닉네임/main 브랜치의 최신 상태를 반영하고 있는지 확인했나요?

📌 주안점

1주차 키워드와 그에 파생되는 내용들의 개념을 중심으로 정리해봤습니다.

@ryogaeng ryogaeng added the ✨ Chapter01 챕터 1 label Apr 10, 2024
@ryogaeng ryogaeng self-assigned this Apr 10, 2024
@ryogaeng ryogaeng linked an issue Apr 10, 2024 that may be closed by this pull request
@chaeyeon0130
Copy link
Member

  1. merge될 base 브랜치 sof/main으로 재설정 부탁드립니다!
  2. pr 제목과 커밋 컨벤션도 지켜주시면 감사하겠습니다!
1. pr 제목
- 컨벤션
  제목은 `[닉네임] 챕터 제목` 로 작성해 주세요.
  예시: [Wendy] Chapter 1. 서버란 무엇인가(소켓&멀티 프로세스)

2. 커밋
- chapter1 워크북 정리 -> workbook: chapter1 워크북 정리

@ryogaeng ryogaeng changed the title chapter1 워크북 정리 [sof] Chapter 1. 서버란 무엇인가(소켓&멀티 프로세스) Apr 11, 2024
@ryogaeng ryogaeng changed the base branch from main to sof/main April 11, 2024 03:32
Copy link

@Gusionling Gusionling left a comment

Choose a reason for hiding this comment

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

멀티 스레드도 함께 공부해보시면 정말 정말 좋을 것 같습니다~~


accept() 시스템 콜을 통해 클라이언트의 연결 요청을 수락하고, 새로운 소켓을 생성하여 데이터를 주고받는 과정이 이뤄진다고 생각하면 좋다.
- - -
## 멀티 프로세스
Copy link
Member

Choose a reason for hiding this comment

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

멀티 프로세스 부분을 장단점까지 자세하게 적어주셔서 이해가 쉬웠습니다!

Copy link
Member

@qzzloz qzzloz left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!

@ryogaeng ryogaeng merged commit 801b4df into sof/main Apr 11, 2024
@ryogaeng ryogaeng deleted the sof/#1 branch April 11, 2024 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Chpater01_서버란 무엇인가(소켓&멀티 프로세스
4 participants