Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- typevar
- 코로나백신
- organizeImports
- loadimpact
- GlobalInterprintLock
- Lint
- vscode
- printer_helper
- restfulapi
- conf
- 유닉스의탄생
- httppretty
- opensouce
- Algorithm
- 글쓰기가필요하지않은인생은없다
- 독후감
- 규칙없음
- python
- maxlinelength
- pep8
- ProxyServer
- codewars
- flake8
- 조엘온소프트웨어
- codewar
- goalng
- springboot
- pyenv
- 오큘러스퀘스트2
- Golang
Archives
- Today
- Total
목록Gil (1)
일상적 이야기들.
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/yLKfe/btrbmykQSHy/qwJ8tYQ48Up0oR2koFCkX1/img.png)
https://wiki.python.org/moin/GlobalInterpreterLock GIL 은 무엇인가 CPython에서 존재하는 개념으로, Jython, IronPython인 경우에는 GIL 이 존재하지 않습니다. GIL 은 Global Interprint Lock의 약어입니다. In CPython, the global interpreter lock, or GIL, is a mutex that protects access to Python objects, preventing multiple threads from executing Python bytecodes at once. This lock is necessary mainly because CPython's memory manageme..
프로그래밍/PYTHON
2021. 8. 5. 09:42