사용자 도구

사이트 도구


java:okhttp

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
java:okhttp [2020/07/31 13:14]
kwon37xi
java:okhttp [2021/09/09 15:40]
kwon37xi
줄 5: 줄 5:
 ====== Non Blocking IO? ====== ====== Non Blocking IO? ======
   * [[https://stackoverflow.com/questions/23955924/how-is-okhttp-performing-parallell-http-requests-with-seemingly-synchronous-http|java - How is OkHttp performing parallell HTTP Requests with seemingly synchronous HTTP connections, without the use of threading? - Stack Overflow]]   * [[https://stackoverflow.com/questions/23955924/how-is-okhttp-performing-parallell-http-requests-with-seemingly-synchronous-http|java - How is OkHttp performing parallell HTTP Requests with seemingly synchronous HTTP connections, without the use of threading? - Stack Overflow]]
-  * okhttp 는 완전한 non blocking async IO 가 아니고, Thread 기반의 비동기만 지원하는 것이다. IO 는 blocking 이다.+  * okhttp 는 **non blocking IO 아니다**. Thread 기반의 비동기만 지원하는 것이다. IO 는 blocking 이다.
   * [[https://dzone.com/articles/high-concurrency-http-clients-on-the-jvm|High-Concurrency HTTP Clients on the JVM - DZone Performance]]   * [[https://dzone.com/articles/high-concurrency-http-clients-on-the-jvm|High-Concurrency HTTP Clients on the JVM - DZone Performance]]
  
 +====== 참조 ======
 +  * [[https://www.baeldung.com/java-okhttp-interceptors|Adding Interceptors in OkHTTP | Baeldung]]
 +  * [[https://gist.github.com/eungju/c156300f174404a62c7f048c62c8bcf1|OkHttp 지표 수집과 장애 격리]]
java/okhttp.txt · 마지막으로 수정됨: 2021/09/09 15:40 저자 kwon37xi