码迷,mamicode.com
首页 >  
搜索关键字:parallel gc    ( 4591个结果
.net高效数据库访问框架(附带orm功能)
Gc.Db和Gc.Cache相关文章我已经写有一段时间了,谢谢大家关注。最近看了以前写的Gc.Db和SimpleOrm,对这两个框架作了优化和整合。此篇文章主要Gc.Db优化内容作下介绍。 下篇文章会配合着我整理的对Memcached和Redis分布式缓存框架Gc.CacheGc.Db和Gc.Ca....
分类:数据库   时间:2014-08-14 19:56:29    阅读次数:281
HDU 1025 Constructing Roads In JGShining's Kingdom (DP)
Problem Description JGShining's kingdom consists of 2n(n is no more than 500,000) small cities which are located in two parallel lines. Half of these cities are rich in resource (we call them ri...
分类:其他好文   时间:2014-08-14 01:37:07    阅读次数:237
Omnithreadlibary学习(2)-IOmniTask异步执行
1.使用procedure Parallel.Async(task: TProc; taskConfig: IOmniTaskConfig);匿名委托访问网站program main;{$APPTYPE CONSOLE}{$R *.res}uses System.SysUtils, OtlPar.....
分类:其他好文   时间:2014-08-13 18:13:56    阅读次数:237
Omnithreadlibary学习(1)-异步执行
program main;{$APPTYPE CONSOLE}{$R *.res}uses System.SysUtils, OtlParallel;begin Parallel.Async(procedure var i: Integer; begin for I := 0 to...
分类:其他好文   时间:2014-08-13 18:09:46    阅读次数:292
jstat简单使用操作记录
JVM调优接触不多,这边只是简单使用jstat命令观测Java堆内存垃圾回收情况。简单处理过程为:1、先获取到pid先获取到pid,通过命令:ps -ef|grep xxx-service-name或者可以采用jps -vl或者jps -l命令查看pid2、查看内存/GC情况jstat命令查看,js...
分类:Web程序   时间:2014-08-13 12:37:16    阅读次数:319
Parallel线程使用
public void run(Action> onload) { List directoryLists = new List(); directoryLists = Directory.GetDirectories(m_importPath).ToList(); Parallel.ForEac....
分类:编程语言   时间:2014-08-13 12:33:06    阅读次数:238
关于并行执行(parallel executing)的认识
Parallel Execution,主要应用与OLAP系统中提高执行效率。PX的执行机制是当发起一个并行操作时,创建一个进程如QC,协调并行服务器进程的信息传递,并行协调进程将需要操作的数据集按照并行执行数分成若干单元,并将数据单元分别分给并行服务器进程进行处理,处理完毕后,将结果集传递给并行协调...
分类:其他好文   时间:2014-08-12 21:30:24    阅读次数:317
oracle 11G direct path read 很美也很伤人
direct path read在11g中,全表扫描可能使用direct path read方式,绕过buffer cache,这样的全表扫描就是物理读了。在10g中,都是通过gc buffer来读的,所以不存在direct path read的问题。  direct path read较高的可能原因有:  1. 大量的磁盘排序操作,order by, group by, union, disti...
分类:数据库   时间:2014-08-12 17:22:24    阅读次数:281
Parallel and Perpendicular
输入n,求正n边形中的对角线1和对角线2的个数(对角线1:至少与其他一个对角线平行;对角线2:至少与其他一个对角线垂直),对角线不能是多边形的边...
分类:其他好文   时间:2014-08-12 10:22:13    阅读次数:206
PX Deq: Execution Msg,PX Deq: Execute Reply等待事件
PX Deq: Execution Msg Occurs when a parallel slave is waiting to be told what to do. This is normally considered an idle event, but can cause excessive CPU in some cases. Solution Reduc...
分类:其他好文   时间:2014-08-11 21:38:52    阅读次数:485
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!