Notice
Recent Posts
Link
Tags
- 1차원 배열
- Django
- 문자열
- java
- nginx
- 프로그래머스
- mysql
- spring mvc
- springboot
- DI
- AWS
- sql
- select
- hibernate
- Docker
- 스프링
- string
- spring security 6
- ORM
- spring
- 자바
- jpa
- PYTHON
- @transactional
- static
- spring boot
- 스프링부트
- SSL
- 데이터베이스
- join
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
목록blocing (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