After exploring and implementing Proactor design pattern, faced an issue that the client('C' client) connections are no more accepting after a limit. Started to explore netty. Here is what Iam trying to do 1. C client establishes a connection 2. Java Server accepts connection and starts sending 8 Mb size of Byte Buffer to the client using TCP. Any ideas ? Is netty a good option ? I have browsing for a good examples of netty, unfortunately unlucky.
Thanks in advance.
Regards Ravi
Well yes netty is a good option. You should use ChunkedFile
Here is a good example.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With