[Chapter 10] Lettuce Netty 프레임워크 포함하여 비동기, 논블로킹 --> JDBC는 왜 Netty를 안써? #153
Unanswered
JoisFe
asked this question in
Chapter 10. Redis and Spring Cache
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Lettuce는 내부에 Netty 프레임 워크를 포함하고 있어 비동기 논블로킹으로 구현되어 있다. 그래서 스프링 애플리케이션과 레디스 사이에 커넥션 풀이 필요 없다.
Netty이용해서 비동기, 논블로킹으로 구현되면 성능이 좋은 것 같은데 왜 JDBC는 Netty 안쓸까요? (억지로 짜낸 질문 ㅎㅎ)
Beta Was this translation helpful? Give feedback.
All reactions