일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- react
- Galera Cluster
- 백준
- OS
- 디자인 패턴
- MSA
- 자료구조
- Kafka
- Data Structure
- C
- 컴퓨터구조
- 알고리즘
- 자바
- c언어
- spring webflux
- Spring
- JavaScript
- IT
- JPA
- Proxy
- Heap
- 운영체제
- MySQL
- Java
- redis
- mongoDB
- design pattern
- Algorithm
- 네트워크
- 파이썬
Archives
- Today
- Total
목록thread (1)
시냅스
멀티 쓰레딩 Thread and Concurrency
멀티 쓰레딩 cpu를 넘나들 수 없음, 커널 support 없음 user thread : e.g. Java Kerner thread 코어에서 직접 쓰레딩을 할 수 있게 관리 한다. 운영체제가 직접 manage 다중 쓰레드 Multithreading models many to one : 가장 기본, 여러 유저 쓰레드 대 하나의 커널 쓰레드 one to one many to many 스레드 라이브러리 Threads Library 스레드 create manage하는 API 제공 POSIX Pthreads Windows thread Java thread : 운영체제에 따라 POSIX Pthread or Windows thread, 운영체제에 종속적이다. 암묵적 스레딩 implitcit threading 병행, ..
운영체제
2022. 4. 12. 16:56