Re: Limitting bandwidth: Filedownload

2005-07-22 Thread Tim Funk
Sounds like you would need to write a servlet filter to perform the 
throttling. I'd guess there are some out there that do similar.


-Tim

Lars Nielsen Lind wrote:


Hi.

 


Is there a way to make two channels with Apache / Jakarta-Tomcat regarding
to the Internet connections bandwidth?

 


One channel serving jsp, html, gif, jpg, png files, another channel serving
pdf, xls, doc files. Lets say the bandwidth totally are 512 kb is it then
possible to define for instance 384 kb for the first channel and 128 kb for
the last channel, vice versa?

 


The files are physically placed in the filesystem outside of Apache /
Jakarta-Tomcat webapp directory and is fetched with a download servlet
component.

  


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Limitting bandwidth: Filedownload

2005-07-21 Thread Lars Nielsen Lind
Hi.

 

Is there a way to make two channels with Apache / Jakarta-Tomcat regarding
to the Internet connections bandwidth?

 

One channel serving jsp, html, gif, jpg, png files, another channel serving
pdf, xls, doc files. Lets say the bandwidth totally are 512 kb is it then
possible to define for instance 384 kb for the first channel and 128 kb for
the last channel, vice versa?

 

The files are physically placed in the filesystem outside of Apache /
Jakarta-Tomcat webapp directory and is fetched with a download servlet
component.

 

Best regards,

 

Lars Nielsen Lind