[ https://issues.apache.org/jira/browse/TS-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12787007#action_12787007 ]
John Plevyak commented on TS-62: -------------------------------- I believe that the ReadFromWriter code does not adequately support large documents as it sends what the writer has during open and then the rest from memory at close. This results in memory buffering of the entire document and a delay between open and close for the reader. Not a problem for smallish documents, but not what we want for larger docs. > Cluster support for large objects and new CacheVConnection interrface: > do_io_pread > ---------------------------------------------------------------------------------- > > Key: TS-62 > URL: https://issues.apache.org/jira/browse/TS-62 > Project: Traffic Server > Issue Type: Improvement > Components: Cache > Reporter: John Plevyak > Assignee: John Plevyak > Original Estimate: 120h > Remaining Estimate: 120h > > The TS-46 patch updates the cache for large objects and adds support for > do_io_pread and > for non-HTTP header access. These features need to be added to the cluster > code as well.2 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.