码迷,mamicode.com
首页 >  
搜索关键字:free cache    ( 13464个结果
apt-cache madison package-name
apt-cache madison package-name搜索软件有那些可用版本,
分类:其他好文   时间:2014-05-17 01:41:39    阅读次数:1017
调优3(share pool 调整)
第三章 share pool 调整1、sga 组成部分1)database buffer2)redolog buffer3)share pool :共享池,存放最近最常使用的sql和plsql语句及解析计划和数据字典信息---library cache: 存放最近最常使用的sql及plsql 语句....
分类:其他好文   时间:2014-05-16 19:08:16    阅读次数:489
20 Free Open Source Web Media Player Apps
free Media Players (Free MP3, Video, and Music Player ...) are cool because they let web developers and bloggers embed MP3 Players/FLV Olayers and bui...
分类:移动开发   时间:2014-05-16 08:27:41    阅读次数:509
调优4(buffer cache 调整)
第四章、 buffer cache 调整1、buffer cache 功能buffer cache: 用于存放从datafile 里读出的数据块的镜像,并共享这些数据块,采用LRU算法buffer cache 数据块状态:pending:数据块正在使用,状态未决dirty: 被修改过的块,还未写入到...
分类:其他好文   时间:2014-05-14 10:08:16    阅读次数:341
调优5(SGA其他缓存区调整)
第五章 SGA其他缓存区调整一、redo log buffer1、redo log 的功能1)Sever 进程在buffer cache修改数据块后,Oracle提倡‘先记后写’,对修改的数据块的改变生成log entries(日志条目),将日志条目按顺序写入log buffer;而对于脏块 先.....
分类:其他好文   时间:2014-05-14 09:52:54    阅读次数:276
C# 读写ini配置文件(.net/SQL技术交流群206656202 入群需注明博客园)
using System;using System.IO;using System.Reflection;using System.Runtime.InteropServices;using System.Text;namespace Souxuexiao.Cache{public static c...
分类:数据库   时间:2014-05-13 22:28:38    阅读次数:561
kali 软件源 包含virtualbox所需头文件
# deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL Binary 20130905-08:50]/ kali contrib main non-free #deb cdrom:[Debian G...
分类:其他好文   时间:2014-05-13 17:28:37    阅读次数:334
浅谈C中的malloc和free
在C语言的学习中,对内存管理这部分的知识掌握尤其重要!之前对C中的malloc()和free()两个函数的了解甚少,只知道大概该怎么用——就是malloc然后free就一切OK了。当然现在对这两个函数的体会也不见得多,不过对于本文章第三部分的内容倒是有了转折性的认识,所以写下这篇文章作为一个对知识的...
分类:其他好文   时间:2014-05-13 09:54:59    阅读次数:279
varnish学习小结
大纲一、Varnish简介二、Varnish特点三、Varnish与Squid对比四、Varnish设计结构五、Varnish工作流程六、Varnish状态引擎(stateengine)七、安装与配置Varnish一、Varnish简介Varnish是一款高性能的开源HTTP加速器,挪威最大的在线报纸VerdensGang使用3台Varnish代替了原来的12..
分类:其他好文   时间:2014-05-13 01:24:57    阅读次数:541
Varnish 3.X详解
一、varnish定义Varnish与一般服务器软件类似,分为master(management)进程和child(worker,主要做cache的工作)进程。master进程读入命令,进行一些初始化,然后fork并监控child进程。child进程分配若干线程进行工作,主要包括一些管理线程和很多woker线程。在网站并发量过..
分类:其他好文   时间:2014-05-13 01:22:52    阅读次数:513
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!