Notice
Recent Posts
Link
Tags
- mysql
- hibernate
- jpa
- java
- nginx
- sql
- select
- ORM
- Docker
- AWS
- join
- 자바
- static
- spring
- Django
- spring security 6
- 문자열
- spring mvc
- 스프링부트
- 프로그래머스
- DI
- string
- spring boot
- 데이터베이스
- PYTHON
- SSL
- @transactional
- 1차원 배열
- 스프링
- springboot
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Archives
목록non-blocking (1)
개발하는 자몽
[OS] 동기와 비동기, 블로킹과 논블로킹
동기, 비동기에 대해 막연하게만 알고 있다는 생각이 들어 정리하게 되었다. 첫 부분은 아래 글을 번역하고, 번역글 아래에는 여러 자료를 찾으면서 이해한 내용을 정리해 보자. Synchronous vs Asynchronous Next: Buffering of Messages Up: Message Passing Previous: Remote Assignment vs Procedure The send, receive, and reply operations may be synchronous or asynchronous. A synchronous operation blocks a process till the operation completes. An asynchronous oper www.cs.unc.edu 1..
개발 지식
2023. 1. 18. 14:59