View Single Post
  #7 (permalink)  
Old January 20th, 2006
GregorK GregorK is offline
Phex Developer
 
Join Date: May 8th, 2001
Location: Stuttgart, Germany
Posts: 988
GregorK is flying high
Default

Since you use the CVS version you can play a bit...

Please try the following...

Open DownloadEngine.java and raise the value of BUFFER_LENGTH in line 55.
First try something like 63 * 1024

Maybe this already helps....

In case you like/must raise above 64 * 1024 you must adjust the request to DirectByteBufferProvider in line 575/576 too.

The value of BUFFER_LENGTH in DownloadEngine.java MUST always be lower then the value used in line 575/576 to request the DirectByteBufferProvider.

Gregor
__________________
Reply With Quote