Changes between Initial Version and Version 3 of Ticket #120


Ignore:
Timestamp:
03/25/2013 05:42:59 PM (13 years ago)
Author:
chenchongqi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #120

    • Property Status changed from new to closed
    • Property Version changed from to 报价库5.0
    • Property Resolution changed from to fixed
  • Ticket #120 – Description

    initial v3  
    5959}}} 
    6060* 其他相关减少访问量的措施 
     61---- 
     622013-3-25分割线 
     63这几个expires其实不是lru缓存相关,具体细节可参考resin文档,实际上是这样屏蔽lru缓存的: 
     64{{{ 
     65    <resin:if test="${isResinProfessional}"> 
     66      <cache path="cache" memory-size="64M" enable="false"> 
     67        <!-- Vary header rewriting for IE --> 
     68        <rewrite-vary-as-private/> 
     69      </cache> 
     70    </resin:if> 
     71}}} 
     72近期lru锁导致阻塞的情况又有出现,屏蔽后该问题消失。