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