码迷,mamicode.com
首页 >  
搜索关键字:facility    ( 99个结果
Invalidation queue with "bit-sliceability"
BACKGROUND, FEATURES In a computer system having more than one memory storage facility, a special data integrity challenge can occur. Any computer sys...
分类:其他好文   时间:2014-10-13 23:44:17    阅读次数:297
epoll使用具体解释(精髓)
epoll - I/O event notification facility在linux的网络编程中,非常长的时间都在使用select来做事件触发。在linux新的内核中,有了一种替换它的机制,就是epoll。相比于select,epoll最大的优点在于它不会随着监听fd数目的增长而减少效率。由于...
分类:其他好文   时间:2014-10-09 17:38:07    阅读次数:226
Method, apparatus and system for acquiring a global promotion facility utilizing a data-less transaction
A data processing system includes a global promotion facility and a plurality of processors coupled by an interconnect. In response to execution of an...
分类:移动开发   时间:2014-09-23 22:51:25    阅读次数:368
Efficient ticket lock synchronization implementation using early wakeup in the presence of oversubscription
A turn-oriented thread and/or process synchronization facility obtains a ticket value from a monotonically increasing ticket counter and waits until a...
分类:其他好文   时间:2014-09-18 00:32:33    阅读次数:343
epoll使用具体解释(精髓)
epoll - I/O event notification facility在linux的网络编程中,非常长的时间都在使用select来做事件触发。在linux新的内核中,有了一种替换它的机制,就是epoll。相比于select,epoll最大的优点在于它不会随着监听fd数目的增长而减少效率。由于...
分类:其他好文   时间:2014-09-06 22:28:44    阅读次数:442
基于Centos 6.5+MariaDB+loganalyzer+syslog搭建远程系统日志收集和分析环境
一、首先来解读下rsyslog配置文件的含义配置文件路径/etc/rsyslog.conf在rsyslog中facility设施可以从功能或者程序上对日志分类常用的以下几种auth和认证相关的authpriv和认证授权相关的cron专门给周期性任务计划做日志记录的daemon帮守护进程做日志记录kern给内核做日志记录lp..
分类:数据库   时间:2014-08-31 10:36:21    阅读次数:532
GTK+ 及X window简介
GTK+简介:     GTK+(The GIMP Toolkit)最初是为一个叫做GIMP的点阵图图像编辑器的软件设计的,由Peter Mattis,Spencer Kimball和Josh MacDonald于1997年在加州大学伯克利分校的eXperimental Computing Facility完成。GTK+后来被作为GNOME和XFCE这两个主流linux桌面环境的默认图像开发包。...
分类:Windows程序   时间:2014-08-27 16:42:38    阅读次数:870
linux日志数据化
linux日志:/var/log/messages,secure,facility:设施,从功能或程序上对日志进行分类,并由专门的工具负责记录其日志。facility对日志进行分类,并用专门的工具进行记录auth认证相关日志authpriv认证授权相关的日志cron帮周期性计划记录日志daemon帮首部进程记录日志kern帮内..
分类:系统相关   时间:2014-08-26 03:09:46    阅读次数:582
HashedWheelTimer 原理
HashedWheelTimer 是根据Hashed and Hierarchical Timing Wheels: Data Structures for the Efficient Implementation of a Timer Facility这篇论文做出来的.HashedWheelTim...
分类:其他好文   时间:2014-08-22 00:03:05    阅读次数:263
rsyslog + mysql + loganalyzer 构建日志服务器
rsyslog支持的特性支持多线程支持tcp,ssl,tls.relp可以把日志存储于关系型数据库中支持过滤器,可以实现过滤日志中的任意部分。支持自定义格式适用于企业级的日志记录需求。功能模块化rsyslog用facility接收各个应用和程序的日志,并把日志分类。有以下几类auth与认证相关的aut..
分类:数据库   时间:2014-08-21 00:21:53    阅读次数:307
99条   上一页 1 ... 7 8 9 10 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!