[Bug 56521] Reuse the output buffer in AbstractServletOutputStream

2014-05-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56521 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 56521] Reuse the output buffer in AbstractServletOutputStream

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56521 --- Comment #5 from Mark Thomas --- The other thing that would significantly reduce garbage is not to copy the data from the buffer to a new buffer if it is not fully written. -- You are receiving this mail because: You are the assignee f

[Bug 56521] Reuse the output buffer in AbstractServletOutputStream

2014-05-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56521 --- Comment #3 from leon...@hotmail.com --- Here TPS is Transaction Per Second which indicates the throughput of the server. -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 56521] Reuse the output buffer in AbstractServletOutputStream

2014-05-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56521 --- Comment #4 from leon...@hotmail.com --- Created attachment 31619 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31619&action=edit AB testing result for performance the red line is the performance of the patched server while

[Bug 56521] Reuse the output buffer in AbstractServletOutputStream

2014-05-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56521 Sheldon Shao changed: What|Removed |Added Attachment #31618|0 |1 is patch|

[Bug 56521] Reuse the output buffer in AbstractServletOutputStream

2014-05-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56521 --- Comment #2 from leon...@hotmail.com --- it's in package org.apache.coyote.http11.upgrade -- You are receiving this mail because: You are the assignee for the bug. - T

[Bug 56521] Reuse the output buffer in AbstractServletOutputStream

2014-05-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56521 leon...@hotmail.com changed: What|Removed |Added Summary|Reuse the output buffer in |Reuse the output buffer in