You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/10/29 19:09:42 UTC

DO NOT REPLY [Bug 24225] New: - MultiPartDimeInputStream should let you configure cache size

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24225>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24225

MultiPartDimeInputStream should let you configure cache size

           Summary: MultiPartDimeInputStream should let you configure cache
                    size
           Product: Axis
           Version: 1.1
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Basic Architecture
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: markc@plumtree.com


I don't want Axis to dump attachments to disk that are over 16kb, there needs 
to be a way to configure the size of the ManagedMemoryDataSource in the method 
readTillFound inside of MultiPartDimeInputStream. Right now it pulls that 
default 16kb size and does not allow you to configure it. The disk I/O is 
killing the performance of my heavy attachment using project, so I need to up 
that cache size.