Problem to download a file from 2 browsers at the time
- From: "Rajeev N. Jha" <jha.rajeev (at) gmail.com>
- Date: Tue, 20 Jun 2006 14:07:08 +0530
password password wrote:
I have this JSP that download an excel file.
It works fine if I use only one browser at the same time.
The problem is when I try to do this but from 2 browsers at the same time, (for example in a same computer). From each browser I can download a part of the file but not the complete file.
It seems the browsers are sharing the bandwidth and when it starts to download a file the other stops.
from IE there is some limitation that you can only open 2 concurrent
connections to one domain.
Thanks
- Rajeev
---------------------------------------------------------------------
To start a new topic, e-mail: users (at) tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe (at) tomcat.apache.org
For additional commands, e-mail: users-help (at) tomcat.apache.org