-
Bug
-
Resolution: Won't Fix
-
Major
-
None
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
[JENKINS-38691] Sub-par write performance in JNLPv4 NIONetwork layer
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Closed [ 6 ] | New: Reopened [ 4 ] |
Resolution | New: Won't Fix [ 2 ] | |
Status | Original: Reopened [ 4 ] | New: Closed [ 6 ] |
Remote Link | New: This issue links to "CloudBees Internal OSS-1519 (Web Link)" [ 18668 ] |
Assignee | Original: James Nord [ teilo ] |
stephenconnolly looked at this and tried an implementation - but it did not improve performance and used more heap