Recent testing shows with larger request bodies (500 bytes+), Java/Vertx is faster and has more consistent response timings. I think this is in part because with vertx I'm able to tune the TCP send and receive buffer sizes for the application - where can I find those buffers in the httpbeast source code to experiment? Looks like current buffer size is 256 bytes?
On phone, will post numbers later.
Recent testing shows with larger request bodies (500 bytes+), Java/Vertx is faster and has more consistent response timings. I think this is in part because with vertx I'm able to tune the TCP send and receive buffer sizes for the application - where can I find those buffers in the httpbeast source code to experiment? Looks like current buffer size is 256 bytes?
On phone, will post numbers later.