일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- schedule
- Job
- 검사
- 빈
- livedatam
- PHP
- Service
- Library
- jobdispatcher
- Android
- alarmanager
- shceduler
- Background
- firebase
- epmty
- jobschduler
- workmanager
- Today
- Total
목록Backend/java (2)
에몽이
The huge increase in performance (both throughput and response times) for fully async http/rest frameworks is well documented, one example being Techempower.I will focus on Java and Netty based frameworks even though Undertow is also async and performs amazingly well.What I’m hoping to see is most of the following features:Java8Fully async (hopefully supporting Java8 CompletableFuture)Easy to bu..
his is the first part of a new interview series that's focusing on event-driven solutions on the JVM.Norman Maurer is the Tech Lead of the popular Netty library and also a core committer on the vert.x project. (His book about Netty will be released on Manning later this year.)First of all, congrats on the release of Netty4 and Vert.x 2.0!thanks!Let's start with Netty4alright...There are many thi..