I have a jsp app that allows clients to upload files that are eventually
stored in a database. Files are transferring at about 1mb/minute and files
are 3-5mb on average.
Server Configuration:
- IIS 6 with isapi redirector for Tomcat
- Dedicated fractional T (512)
What I've tried:
- Setup perl and witnessed very similar speed problems.
- Compared to upload similar sized files using ftp and speed seems better
but not what I'd expect it would be.
- Dug through Tomcat newsgroups with no results.
- Attempted to remove UploadReadAheadSize Metabase property but it did not
exist.
- Setup jsp app on a different server without using the isapi redirector and
witnessed similar results.
Any help would be greatly appreciated.