일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- mongoDB
- 파이썬
- Java
- 자료구조
- C
- JavaScript
- Data Structure
- 백준
- OS
- MySQL
- spring webflux
- Heap
- 자바
- Algorithm
- 컴퓨터구조
- Proxy
- react
- redis
- IT
- 디자인 패턴
- 알고리즘
- design pattern
- JPA
- Galera Cluster
- Kafka
- Spring
- 운영체제
- 네트워크
- MSA
- c언어
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