码迷,mamicode.com
首页 >  
搜索关键字:performance monitor    ( 3614个结果
C#并行编程-线程同步原语(Barrier,CountdownEvent,ManualResetEventSlim,SemaphoreSlim,SpinLock,SpinWait,Monitor,volatile)
菜鸟学习并行编程,参考《C#并行编程高级教程.PDF》,如有错误,欢迎指正。背景有时候必须访问变量、实例、方法、属性或者结构体,而这些并没有准备好用于并发访问,或者有时候需要执行部分代码,而这些代码必须单独运行,这是不得不通过将任务分解的方式让它们独立运行。当任务和线程要访问共享的数据和资源的时候,...
分类:编程语言   时间:2014-09-01 17:16:03    阅读次数:396
开启apache服务
安装后如果需要手动添加Sevice,可以按照如下方法:Apache版本:httpd-2.2.15_win32Apache Service Monitor 提示:“No services installed”安装Service1)运行2)键入命令:cmd3)进入Apache安装目录下的bin目录:cd...
分类:其他好文   时间:2014-09-01 10:31:12    阅读次数:228
.NET程序性能的基本要领
前几天在老赵的博客上看到,Bill Chiles (Roslyn 编译器的Program Manager)写了一篇文章叫做《Essential Performance Facts and .NET Framework Tips》。这篇文章是一个14页的pdf,当时我是在地铁上在Lumia手机上看的,...
分类:Web程序   时间:2014-09-01 09:15:52    阅读次数:282
《Tuning I/O Performance》读后笔记
《TuningI/OPerformance》,文章地址:http://doc.opensuse.org/products/draft/SLES/SLES-tuning_sd_draft/cha.tuning.io.html大家在读了原文后若有更好的见解,请不吝赐教,谢谢!文章以SUSELinuxEnterpriseServer为例讲解了Linux系统的IO调度策略及调优,可适应于其他Linux..
分类:其他好文   时间:2014-08-31 18:48:32    阅读次数:304
scalar UDFs performance issue
refer from InsideMiscrsoft SQL Server 2008: T-SQL Programming.You should be aware that invoking scalar UDFs in queries has a high cost when you provid...
分类:其他好文   时间:2014-08-31 18:32:51    阅读次数:274
Spatio-temporal feature extraction and representation for RGB-D human action recognition
propose a novel and effective framework to largely improve the performance of human action recognition using both the RGB videos and depth maps. The ....
分类:其他好文   时间:2014-08-31 17:05:51    阅读次数:1243
WebSphere Application Server Performance Tuning Toolkit
WebSphere® Application Server Performance Tuning Toolkit 是一款基于 Eclipse 的智能工具,旨在帮助用户通过使用数据收集、数据分析和统计数据推断技术来调优 WebSphere Application Server 的性能。其目的是帮助用户查找瓶颈,并适当调优应用程序。...
分类:移动开发   时间:2014-08-30 23:09:12    阅读次数:459
MySQL复制中slave延迟监控
MySQL复制中slave延迟监控http://imysql.com/2014/08/30/mysql-faq-howto-monitor-slave-lag.shtml在MySQL复制环境中,我们通常只根据 Seconds_Behind_Master 的值来判断SLAVE的延迟。这么做大部分情况下...
分类:数据库   时间:2014-08-30 20:26:49    阅读次数:311
Methods and systems to control virtual machines
Methods and systems are provided to control the execution of a virtual machine (VM). A VM Monitor (VMM) accesses VM Control Structures (VMCS) indirect...
分类:其他好文   时间:2014-08-30 01:10:40    阅读次数:383
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!