Hi j,
Yes, Jetty can send data back after it received all data, but the reasons why I want to use current design are
1. No buffering on server side
2. Performance would be much better if sending and receiving happen at the same time.
I guess your suggestion is right, I probably should look into HTTP2 and Websockets. Thanks again for your help! :)
Ling
Yes, Jetty can send data back after it received all data, but the reasons why I want to use current design are
1. No buffering on server side
2. Performance would be much better if sending and receiving happen at the same time.
I guess your suggestion is right, I probably should look into HTTP2 and Websockets. Thanks again for your help! :)
Ling