0

I have my load balancing apache server(just for redirecting the requests) which can communicate with 3 tomcat application servers. what is the best way to implement caching in this case and where can i implement it.

4

1 回答 1

0

您可以在每个网络服务器上使用像 Memcache 这样的商业解决方案。然后,您必须配置缓存以与这些网络服务器中的每一个通信。

于 2013-04-30T05:36:20.590 回答