- Java AIO 와 비동기 non-blockingstarryeyeJava AIO (NIO2) 에 대해 알아보겠다. 참고라이브러리가 따로 있는건 아니고..java.nio 를 공유하며..대신 사용되는 클래스이름이..앞에 "Asynchronous" 가 붙는다.예시 ) AsynchronousServerSocketChannel 이전 상황Java NIO, Selector, epoll(커널) 을 쓰게되면...커널에서 애플리케이션으로 accept, read 등의 준비 완료 이벤트를 전달해주지 않고애플리케이션에서 커널로 직접 주기적 확인이 필요했다.즉.. busy-wait 가 발생하고 있는 것이다. (동기 non-blocking) Java AIO 에서는 이를 해결한다. Java AIO 동작커널의 역할I/O 작업이 커널에 전달되고, 커널은 이 작업을 비동기적으로 처리한다.작업이 완료..
- 2023-11-19 02:49:13
- @Async, TaskExecutor, CompletableFuturestarryeyehttps://docs.spring.io/spring-framework/reference/integration/scheduling.html Task Execution and Scheduling :: Spring Framework All Spring cron expressions have to conform to the same format, whether you are using them in @Scheduled annotations, task:scheduled-tasks elements, or someplace else. A well-formed cron expression, such as * * * * * *, consists of six space-separated time docs.spring.i..
- 2023-06-17 18:47:03
스킨 업데이트 안내
현재 이용하고 계신 스킨의 버전보다 더 높은 최신 버전이 감지 되었습니다. 최신버전 스킨 파일을 다운로드 받을 수 있는 페이지로 이동하시겠습니까?
("아니오" 를 선택할 시 30일 동안 최신 버전이 감지되어도 모달 창이 표시되지 않습니다.)