synchronous/asynchronous , blocking/non-blocking
blocking- system call이 끝날때까지 프로그램은 대기하고 system call이 완료되면 return한다.- wait queue에 들어간다.- 예로 c언어의 scanf()처럼 입력하기 전까지 대기하고 입력 받으면 ruturn한다. non-blocking- system call이 완료되지 않아도 대기하지 않고 return 한다.- wait queue에 들어가지 않는다. blocking, non-blocking 차이- 프로그램의 실행하는 순서 관점으로 보면된다.- 프로그램이 바로 실행할 수 있는 유무가 다르다. ----- synchronous(동기)- system call이 끝날때까지 기다리고 결과물을 가져온다. asynchronous(비동기)- system call이 완료되지 않아도 나중에 ..
줍줍/알면 좋겠지
2019. 3. 25. 22:02
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- aspect oriented programming
- NoClassDefFoundError
- 어노테이션
- 검색
- SqlSessionFactoryBean
- JoinPoint
- ViewResolver
- #java.lang.NoClassDefFoundError: org/slf4j/event/LoggingEvent삭제
- 의존성
- Controller
- handlermapping
- blocking
- java.lang.NoClassDefFoundError: org/slf4j/event/LoggingEvent
- aop
- exclude-mapping
- XmlWebApplicationContext
- postHandler
- 의존성 주입
- LoggingEvent
- multiple SLF4J bindings
- afterCompletion
- application context
- setter 인젝션
- @Autowired
- 횡단 관심
- servlet context
- 스프링 컨테이너
- Class path contains multiple SLF4J bindings
- 컨트롤러
- preHandler
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
글 보관함
