Re: image caching using Apache

2007-06-19 Thread 吴熊敏
I'm interested with it,but i don't know how to do.


On Mon, 18 Jun 2007 18:49:03 -0300
Paulo Alvim [EMAIL PROTECTED] wrote:

 Hi!
 
 We're using TC Cluster with Apache connector as dispatcher.
 
 We'd like to improve performance by caching images served by servlets(DBMS),
 in the dispatcher level (apache connector)... is it as simple as configure a
 'filter'? Any advice about that?
 
 Thanks in advance!
 
 Paulo Alvim
 Brazil
 ( +55 (31) 3213-1019
 * [EMAIL PROTECTED]
 Powerlogic S.A.
 
 


吴熊敏 [EMAIL PROTECTED]


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



image caching using Apache

2007-06-18 Thread Paulo Alvim
Hi!

We're using TC Cluster with Apache connector as dispatcher.

We'd like to improve performance by caching images served by servlets(DBMS),
in the dispatcher level (apache connector)... is it as simple as configure a
'filter'? Any advice about that?

Thanks in advance!

Paulo Alvim
Brazil
( +55 (31) 3213-1019
* [EMAIL PROTECTED]
Powerlogic S.A.




Re: image caching using Apache

2007-06-18 Thread Tim Funk

yes - you could do this as a filter. (Google for examples)

If using apache 2.x - apache might be able to do the caching for you too 
via mod_mem_cache or similar. (Again ... google)



-Tim


Paulo Alvim wrote:

Hi!

We're using TC Cluster with Apache connector as dispatcher.

We'd like to improve performance by caching images served by servlets(DBMS),
in the dispatcher level (apache connector)... is it as simple as configure a
'filter'? Any advice about that?



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]