码迷,mamicode.com
首页 >  
搜索关键字:cache    ( 8390个结果
【leetcode】LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the valu...
分类:其他好文   时间:2014-08-20 14:04:32    阅读次数:250
ajax jsonp函数调用
jsonp数据jsonpHandler({name:"liujinyu",age:"24"})ajax调用$.ajax({ type:'GET', url:"http://10.14.85.90/data/people.html", dataType:'jsonp', cache:true, asy...
分类:Web程序   时间:2014-08-20 12:20:02    阅读次数:245
openstack Mysql 1040, 'Too many connections' 问题
[root@athController~]#novalistERROR:Anunexpectederrorpreventedtheserverfromfulfillingyourrequest.(OperationalError)(1040,‘Toomanyconnections‘)NoneNone(HTTP500)解决办法:key_buffer=64Mmax_allowed_packet=16Mthread_stack=192Kthread_cache_size=8myisam-recover=B..
分类:数据库   时间:2014-08-20 10:35:46    阅读次数:437
RAC Cache Fusion 原理理解
cache fusion  .   grd  .  drm   .   gcs  .   ges cache fusion  1.RAC是一个数据库运行在多个实例上,通过DLM(Distributed Lock Management):分布式锁管理器 来解决并发问题,RAC各个节点间的共享资源,为了保证每个节点访问数据的一致性,所以需要使用DLM来协调各个实例间的资源竞争访问。 这个D...
分类:其他好文   时间:2014-08-19 19:07:45    阅读次数:334
zabbix 监控的数据
/usr/local/zabbix/bin/zabbix_sender --zabbix-server 192.168.1.10 --port 10051 --input-file /var/log/zabbix/cache/FromDualAgentCache.192.168.1.9.cache ...
分类:其他好文   时间:2014-08-19 18:42:45    阅读次数:282
Read-Copy Update Implementation For Non-Cache-Coherent Systems
A technique for implementing read-copy update in a shared-memory computing system having two or more processors operatively coupled to a shared memory...
分类:其他好文   时间:2014-08-19 18:38:25    阅读次数:263
Android Training Caching Bitmaps 翻译
原文:http://developer.android.com/training/displaying-bitmaps/cache-bitmap.html图片缓存在Android开发中,加载一个图片到界面很容易,但如果一次加载大量图片就复杂多了。在很多情况下(比如:ListView,GridView...
分类:移动开发   时间:2014-08-19 18:20:45    阅读次数:243
global cache cr request
当一个进程访问需要一个或者多个块时,它会首先检查自己的CACHE是否存在该块,如果发现没有,就会先通过global cache赋予这些块共享访问的权限,然后再访问。假如,通过global cache 发现这些块已经在另一个实例的CACHE里面,那么这些块就会通过CACHE FUSION,在节点之间直...
分类:其他好文   时间:2014-08-19 16:16:54    阅读次数:215
Oracle RAC 全局等待事件 gc current block busy 和 gc cr multi block request 说明--转载(http://blog.csdn.net/tianlesoftware/article/details/7777511)
一.RAC全局等待事件说明在RAC环境中,和全局调整缓存相关的最常见的等待事件是global cache cr request,global cache busy和equeue。当一个进程访问需要一个或者多个块时,Oracle会首先检查自己的Cache是否存在该块,如果发现没有,就会先通过globa...
分类:数据库   时间:2014-08-19 12:20:54    阅读次数:271
将asp.net MVC导入 Azure Redis Cache
http://blogs.msdn.com/b/msdntaiwan/archive/2014/06/08/15-asp-net-mvc-movie-azure-redis-cache.aspx
分类:Web程序   时间:2014-08-19 10:40:33    阅读次数:190
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!