Frédéric Brégier
Frédéric Brégier
Signed the CLA @marakiis Maybe you should too
I looked at the build from travis: it seems broken for long time, but on maven specification `bundle` So not related to this pull request.
I correct this PR as your review. I unterstand that keeping Java6 compatibility is a bit "old", but we (in our project) will move to Java7 and upward next year....
@chtyim Why not... As you wish. I will wait for your guidance. The idea is to benefit of the project and to participate as much as we can too. Maybe...
Note 2: POST is about 4 times slower than GET, but still better than nothing. Note 3: Using Netty as low level client side, performances are 4 times better on...
Just a side note: when using direct netty client, out of vertx or quarkus, I used HttpChunkedInput with a chunkWriteHandler to get max performance, but I didn't find a way...
A bit improvement by fetching 3 instead of 1 at startup (so little memory consumption) and fetching each time a buffer is consumed (this seems to enable better pipelining between...
@vietj This implementation is inspired from various projects (not mines). Of course, I cannot be certain 100%. I tried several ways. I have an issue sometimes, never in simple POST...
@vietj And indeed, only in double POST (client to server to another server), it is indeed VertxBlockingInput that seems to block. But as it is under the wood, it seems...
Sorry for the spam alike... I tried the following changes. I added a test with concurrent client (10 threads). With previous implementation based on VertxBlockingStream, it was always in error...