Tomcat 5.5, Is there a max upload speed per request?
- by maclema
I am having an issue when uploading files to tomcat. It seems that tomcat (or something else?) will not handle the upload as fast as I can send it.
When uploading multiple files concurrently I can max out my local connection upload speed (2.1MB/s). However, when uploading only one file at a time, no matter how small or large the file, the upload will max out around 400KB/s.
I have tried setting the appReadBufSize higher but it makes no difference. Is there something else that would be limiting the upload speed per request?
Proxy Server:
CentOS 4
Apache 2
SSL
Tomcat Server:
CentOS 4
Tomcat 5.5.25 (Tomcat Native Library Is Installed)
Java 6
Thanks!
Matt