WAS(Web Application Server)와 Servlet Tomcat부터 Spring Boot까지 Posted by Jinho on January 28, 2025 · 24 mins read Tags: WAS Tomcat Servlet SpringMVC Java WebDevelopment Architecture DispatcherServlet SpringBoot
웹 서버(WS)의 진화 Apache vs NGINX Posted by Jinho on January 27, 2025 · 30 mins read Tags: WebServer Apache NGINX Architecture DevOps Network Performance LoadBalancing ReverseProxy
Java/SpringBoot에서의 비동기 처리 효율적인 비동기 처리 Posted by Jinho on January 15, 2025 · 33 mins read Tags: Java Spring SpringBoot Async Thread Runnable CompletableFuture ThreadPool ThreadPoolTaskExecutor Concurrency I/O Performance WebFlux
동기/비동기와 블로킹/논블로킹에 대해 깊이 파헤치기 Java/SpringBoot에서의 비동기 처리 Posted by Jinho on January 12, 2025 · 33 mins read Tags: Java Spring-Boot Backend Sync Async Concurrency Blocking NonBlocking