File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes File Upload / Download Performance in Servlets Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "File Upload / Download Performance in Servlets" Watch "File Upload / Download Performance in Servlets" New topic
Author

File Upload / Download Performance in Servlets

Craig Rykal
Greenhorn

Joined: Feb 07, 2002
Posts: 3
Hi. I've got an application that does both a file upload and file download using a Servlet. Currently this functionality handles 10s of thousands of records for both upload and download. Here's my problem. I need to be able to download a REALLY large file. For example, a possible upload file would be 100,000 records. The download file would be in the range of 1,000,000 to 20,000,000 records. One record could contain anywhere from 50 to 1000 characters. Does this sound feasible using this technology? Or is there a better way? Is there a possibility of FTP uploads and downloads in a Servlet?
David Peterson
author
Ranch Hand

Joined: Oct 14, 2001
Posts: 154
You might find this useful:finj - FTP Client for Java
David
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: File Upload / Download Performance in Servlets
 
Similar Threads
How to create Multipart Request in Java Application
Upload and Download a file
How to upload a file using a servlet?
This weeks giveaway : "JSP Examples and Best Practices".
File transfer using JSP