d*****l 发帖数: 8441 | 1 Will that help when I push the "Back" button of the browser?
If the webpage is already cached in by the browser, then that may not help. |
|
f*******h 发帖数: 1269 | 2 大家做performance study时, 怎么disable OS caching effect?
Thx! |
|
f*****r 发帖数: 229 | 3 So you use a simulator, right? Just change the simulator's configuration
parameter(such as, set cache size as 0) or change the code. |
|
h*****n 发帖数: 209 | 4 还想问一下,直接就用一个简单的circular buffer是不是也可以实现cache LRU啊?为
啥非要弄doubley linked list呢? |
|
|
|
|
p*********r 发帖数: 1440 | 8 consultant for cache dba makes big money now. i heard at least $100/h +
expenses. |
|
y*****3 发帖数: 451 | 9 还有一个类似的问题,如果我想实现一个shared repository,cache着一些object
instance,让所有的user都可以用那里边的instance,请问这个怎么实现? |
|
k**n 发帖数: 3989 | 10 你应知道 page, session, application level 存data 的不同吧
如个一个server, 用appcache, 就行了,
或者自己写用个static 的list 定时清理.
如果cluster server, 得用cache server. |
|
y*****3 发帖数: 451 | 11 我问的是在business layer存放共享数据,page,session,application cache这些都是
前台web app的事。business layer可以挂任何类型的前台。我觉得我的问题用个
singleton object应该就可以解决吧?只是我一直不太清楚,singleton能被不同的用
户共享吗? |
|
k**n 发帖数: 3989 | 12 哦,后台的话很简单,长住的 放singleton, static class 都行。不用就需清理出内
存的存cache。 |
|
g*****a 发帖数: 446 | 13 一般cache页多久刷新一次啊?
有没有办法防止google等搜索引擎检索页面?
谢谢 |
|
c**t 发帖数: 2744 | 14 在筹备一个公司的会议,会自建一个WiFi网络。因为会议有个mobile app,担心大家到
时一起下载,网络负荷过重,希望能把app (已经发布到apple & google app store)
cache起来,用户只在内网下载。能做到吗?需要些什么硬/软件? |
|
n**********l 发帖数: 271 | 15 I am not aware of any caching appliance for Google Play/iTunes store.
Run a proper conference network isn't that hard... |
|
w********e 发帖数: 557 | 16 【 以下文字转载自 shopping 讨论区 】
发信人: wireonfire (火线), 信区: shopping
标 题: 3M vs 6M L2 cache 有多大差别?
发信站: BBS 未名空间站 (Sat Sep 26 01:47:57 2009, 美东)
Core™2 Duo P8700 (2.53GHz, 3MB L2, 1066MHz FSB)
Core™2 Duo T9400 (2.53GHz, 6MB L2, 1066MHz FSB)
P8700省电,但只有3MB L2,T9400有6MB. 差3MB L2,速度会差多少? |
|
h**2 发帖数: 2841 | 17 从前做cache的SRAM,L1最快,L2其次,但比当时的SDRAM都快3倍以上,后来的DDR/
DDR2快了,但是还是赶不上L2的SRAM
我觉得他的意思是说现在速度最快的DDR3不知道能不能赶上L3的SRAM(想来也比L2用的
SRAM要慢)。
3级缓存似乎效率比较低,很早的时候AMD K6-3系统就出现过L3,不过当时是做在主板上
总之我觉得如果速度不是比DDR3快很多很多的话,性能的提升就不明显了 |
|
t****g 发帖数: 35582 | 18 新结构的L3 cache还是很有用的,类似扣肉等老架构的L2的角色。
板上 |
|
p****t 发帖数: 11416 | 19 我觉得对于个人用户,L3 cache性价比不高,买PII还不如买个频率高点的X4
板上 |
|
f*****u 发帖数: 567 | 20 谢谢帮忙。我的确实是随机原配的,所以我也觉得应该是最佳的了。
等我试试你说的再来update。
你的Write Cache 动过没有? |
|
|
t*****s 发帖数: 1309 | 22 ls问得好,另外write cache无疑问要开,方便的话贴一下你看的教程 |
|
f**x 发帖数: 738 | 23 Z68的SSD caching需要一个单独的SSD么?还是可以在系统SSD盘上面分一块出来?
要是单独的,准备就BF买个巨便宜的小容量SSD装上 |
|
E**E 发帖数: 98 | 24 加40块还可以加16GB mSATA Solid State Cache Drive,这个有必要吗?看到大家都说
要换SSD的硬盘,可是好麻烦啊,还要把电脑拆开弄,估计我搞不定,而且换了以后原
来的硬盘就浪费了,还是不折腾了。
这个16G好像太小,不知道加了有没有好处呢?
多谢:) |
|
p**********r 发帖数: 3581 | 25 Ebay Intel XEON 6 CORE X5650 SLBV3 2.66GHz/12M CACHE/6.40 GT/s # 2372A
$80.00
纠结中 |
|
l********k 发帖数: 14844 | 26 第一次访问当然是受网速限制。之后再访问,如果有缓存,瓶颈是缓存。这是cache的
基本思路。 |
|
|
d***a 发帖数: 13752 | 28 你是码工? 把处理程序改一下,自己搞个local buffer, 再把client机的内存加大。
NAS那一端不用动。这样做,绕过网络瓶颈,比在NAS上加cache效果好得多。 |
|
l********k 发帖数: 14844 | 29 cache肯定是加在client上了。我对windows管理缓存的效率始终不是很信任。 |
|
l********k 发帖数: 14844 | 30 自己写,不用花心思搞gui,确实不会很复杂。决定cache谁的算法都很简单很基本。
件有 |
|
|
g****n 发帖数: 13 | 32 【 以下文字转载自 Linux 讨论区 】
【 原文由 guajin 所发表 】
I don't have access to the server
but I remember I've read some way to clear the cache of the dhcp server
so that I can get a new IP
Thanks |
|
a******e 发帖数: 3 | 33 could somebody tell me please what is different between a proxy server and a
caching proxy server? I am realy confused about it. Is there any web site
about it? Thanks a lot. |
|
r*****s 发帖数: 985 | 34 got it, either revise the browser's setting, or add a random number
at the end of each servlet calling. the latter is preferred as we cannot
expect every user's cache setting to be none. |
|
s******e 发帖数: 63 | 35 in one web application(resin server), I put string constants in one class
Constants, those string constants are like:
public final static String UPPER="...."
when other classes use this constants, just call Constants.UPPER etc.
but when I changed some string value, recompiled, even restarted resin server,
in the places where uses changed constants, it still uses old constants.
how could this happen? if changes was taken inside jsp, I could understant
there's some cache issue. do java classes als |
|
g*****g 发帖数: 34805 | 36 I am working on an extremely high load server and trying to
optimize performance.
We have a class for caching which is like
HashMap map;
synchronized getEnry(String key) {
Entry value = map.get(key);
if(value == null) {
//create entry
map.put(key, entry);
}
}
synchronized removeEntry(String key) {
map.remove(key)
}
There's no update operation.
Obviously this is like using Collections.synchronizedMap(map) everything has
to
run on single thread and the performance sucks. |
|
F****n 发帖数: 3271 | 37 The core of the double check pattern problem, is that when you assign a
newly created object to a field (which is on stack), the content of that
field on the stack may be out of synch. The volatile keyword fix it because
by declaring a field volatile, the content of that field will never be
cached on the stack.
If the variable is on the heap, there should be no problem. |
|
|
b******e 发帖数: 1861 | 39 In hbm you can also disable caching of a certain entity all together,
if that's what you want.
这个有什么online reference么?能不能给我个link? |
|
r*****s 发帖数: 985 | 40 高了半天,
这个method level的@Cachable不是JPA的,
是com.googlecode.ehcache.annotations.Cacheable,
JPA的Cachable基本上跟Hibernate的Cache是差不多的。 |
|
N******7 发帖数: 1297 | 41 guava都已经什么版本了,还用老的MapMaker呀,guava已经支持Cache了。 |
|
t*******e 发帖数: 684 | 42 Try Spring Cache+Redis. |
|
h******3 发帖数: 351 | 43 如何在用HashMap 实现一个 LRU based cache.
有没有source code可以借鉴一下。 |
|
z**r 发帖数: 17771 | 44 感觉你这个从根本上看不是cache的问题。
首先,如果你的router设置了subinterface,那么必须封装相应的vlan tag,而对应的
在switch上的接口也得是802.1q trunk,然后机器A和B在相应的不同的vlan里面。如果
你这样做了,那么就不会出现你说的这个问题。
至于你现在看到的现象,俺觉得是你的那个C配置有问题,可能给配置成一个interface
,两个IP了。你要是能把A上面的之前和之后的tcpdump发上来,还有A上面的routing
table,以及C上面相关的配置。就应该能找到具体原因 |
|