Issue Details (XML | Word | Printable)

Key: FILEUPLOAD-35
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: rich gooding
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Commons FileUpload

file upload can be very slow

Created: 20/Aug/03 04:31 PM   Updated: 09/Mar/07 08:31 PM
Return to search
Component/s: None
Affects Version/s: 1.0 Beta 2
Fix Version/s: None

Time Tracking:
Not Specified

Environment:
Operating System: Windows XP
Platform: PC

Bugzilla Id: 22578


 Description  « Hide
very slow file uploads - massive performance boost by increasing 4096 to
something much bigger eg * 100 or * 1000

Problem only occurs in some network locations - and only effects file upload -
not other network operations.

FIX:

public class MultipartStream

protected static final int DEFAULT_BUFSIZE = 4096;

This fix need not be done as the problem isn't common - but the information on
what to do might help someone else !



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
rich gooding added a comment - 02/Sep/04 08:32 PM
found that mozilla did not have any problem and then found ms kb article which
has fixed the problem for us:

http://support.microsoft.com/default.aspx?scid=kb;en-us;329781