Results 1 to 2 of 2
- 07-17-2009, 10:37 PM #1
Member
- Join Date
- Jul 2009
- Posts
- 2
- Rep Power
- 0
Need Help: Java SE Tips - How to create a download manager in Java
Hello, I have implemented the java download manager exampled in this site. With some modifications I have enabled it with Webstart and an option to load multiple files at once via the JNLP file.
Given all that, it's still essentially the same application. My problem is that if I pause and restart some downloads, the downloads will sometimes break. MOST often, if the last or 3rd file in the list gets paused, it will break that file, regardless of whether or not any other file was paused. I have tested it also with about 9 files, pausing several of them, and none broke. Also several pauses/restarts on the same file seem to make it break at least sometimes. I was testing with .pdf files of various sizes.
Hopefully someone with knowledge of this application can swing by and let me know what's going on here. Was the application not designed with multiple concurrent downloads in mind? If not, how would I alter the code to make that happen?
I've tried changing the code so that instead of killing the thread that holds the download it merely makes it wait in a section of the while loop until the status goes back to download from pause. Didn't really change anything.
the link to the original code is in the trackback
Thanks in advance to anyone who might know something!Last edited by drizatt; 07-17-2009 at 10:48 PM. Reason: alter post title
- 07-20-2009, 10:58 PM #2
Member
- Join Date
- Jul 2009
- Posts
- 2
- Rep Power
- 0
Similar Threads
-
java ebooks download
By ramkumar123 in forum Reviews / AdvertisingReplies: 2Last Post: 11-07-2008, 10:20 AM -
How to create a customized layout manager
By Java Tip in forum javax.swingReplies: 0Last Post: 06-26-2008, 07:41 PM -
how to download using java
By leonard in forum Advanced JavaReplies: 1Last Post: 08-06-2007, 05:36 PM -
Help with download java api
By fernando in forum New To JavaReplies: 1Last Post: 08-06-2007, 02:36 AM -
Report manager to Java
By bbq in forum New To JavaReplies: 2Last Post: 07-04-2007, 07:51 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks