-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major
-
Component/s: remoting
The JNLP v2 protocol has a sub par write implementation if there is more than one buffers worth of data to be written to the network.
The current implementation writes one buffers worth and then exits - waiting for another callback from the selector before writing another buffer.
The code should write as much data as possible before returning back.
- links to