일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- hacking
- Spring Framework
- webhacking
- Lord of BOF
- Payload
- Pwnable.kr
- LOB
- 정보보안기사 실기
- pwnable
- SQL
- 정보보안기사
- wargame
- BOF
- webhacking.kr
- OS
- Spring MVC
- 네트워크
- 해킹
- 웹해킹
- Buffer Overflow
- 정보처리기사 실기
- system hacking
- Operating System
- Shell code
- Spring
- 운영체제
- 워게임
- stack overflow
- System
- PWN
Archives
- Today
- Total
목록thread (1)
DongDD's IT
Thread - 정의, Multithread, Kernel thread, User thread, thread pool, LWP
Thread Thread Definition : 프로세스 내에서 실행되는 작업의 단위-> 일반적으로 프로세스는 하나의 thread만 가짐 Multi thread Definition : 하나의 thread를 갖는 프로세스가 아니고 둘 이상의 thread를 가지는 프로세스를 의미 - code, data, files을 공유하고 각각의 thread는 stack과 register를 가짐 Benefit 1) Responsiveness- 다른 thread가 block되어 있는 동안 다른 thread들은 계속해서 수행될 수 있음2) Resource Sharing- thread들은 binary code, data, 프로세스의 resource를 공유함3) Economy- 프로세스를 새로 생성하는 것보다 thread를 생성..
운영체제
2017. 10. 20. 15:41