Tomcat 5.5, Is there a max upload speed per request?
Posted
by maclema
on Stack Overflow
See other posts from Stack Overflow
or by maclema
Published on 2010-03-18T00:59:21Z
Indexed on
2010/03/18
1:01 UTC
Read the original article
Hit count: 419
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
© Stack Overflow or respective owner