岚天逸见

上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 77 下一页

2014年4月10日 #

图标工具箱

摘要: 10年前写的Windows程序,多数都丢失了(2003之前的因硬盘被偷走,2003之后的陆续消失),难得找回一个。可惜当年的个人免费网站也早消失了,那个年代U盘不但贵而且不稳定,上网主要也是BBS之类的,导致很多好东西没有保留下来。图标工具箱.zipURLTester... 阅读全文

posted @ 2014-04-10 10:58 岚天逸见 阅读(84) 评论(0) 推荐(0)

linux新的API signalfd、timerfd、eventfd使用说明

摘要: 原文:http://www.cfanz.cn/?c=article&a=read&id=46555注意很多当前(2013/8/6)线上运营的Linux内核可能不支持!三种新的fd加入linux内核的的版本:signalfd:2.6.22timerfd:2.6.25ev... 阅读全文

posted @ 2014-04-10 10:58 岚天逸见 阅读(387) 评论(0) 推荐(0)

无锁队列的实现

摘要: 原文:http://coolshell.cn/articles/8239.html推荐阅读: 深入多线程编程(http://blog.chinaunix.net/uid-20682147-id-3160080.html) 关于无锁队列的实现,网上有很多文章,虽然本文... 阅读全文

posted @ 2014-04-10 10:58 岚天逸见 阅读(141) 评论(0) 推荐(0)

当Linux用尽内存

摘要: Mulyadi Santosa也许你很少面临这一情况,但是一旦如此,你一定知道出什么错了:可用内存不足或者说内存用尽(OOM)。结果非常典型:你不能再分配内存,内核会杀掉一个任务(一般是正在运行那个)。一般半随着大量的交换读写,你可以从屏幕和磁盘动向看出来。这个问题下... 阅读全文

posted @ 2014-04-10 10:58 岚天逸见 阅读(434) 评论(0) 推荐(0)

Load-time relocation of shared libraries

摘要: E原文地址:http://eli.thegreenplace.net/2011/08/25/load-time-relocation-of-shared-libraries/ This article’s aim is to explain how a modern ... 阅读全文

posted @ 2014-04-10 10:58 岚天逸见 阅读(240) 评论(0) 推荐(0)

Position Independent Code (PIC) in shared libraries on x64

摘要: E原文地址:http://eli.thegreenplace.net/2011/11/11/position-independent-code-pic-in-shared-libraries-on-x64/The previous article explained ... 阅读全文

posted @ 2014-04-10 10:58 岚天逸见 阅读(216) 评论(0) 推荐(0)

Position Independent Code (PIC) in shared libraries

摘要: E原文地址:http://eli.thegreenplace.net/2011/11/03/position-independent-code-pic-in-shared-libraries/下一文:http://blog.chinaunix.net/uid-2068... 阅读全文

posted @ 2014-04-10 10:58 岚天逸见 阅读(275) 评论(0) 推荐(0)

redis的一些简介

摘要: Redis是Remote DictionaryServer的缩写,他本质上一个Key/Value数据库,与Memcached类似的NoSQL型数据库。 1. redis的数据类型: string:最大上限是1G lists(列表) sets(集合) so... 阅读全文

posted @ 2014-04-10 10:58 岚天逸见 阅读(143) 评论(0) 推荐(0)

cgroup初步分析(1)

摘要: cgroup的功能和作用不废话,直说一下cgroup的几条设计准则,有了几条设计准则的约束,就比较容易理解其中的数据结构和函数,至于源代码cgroup.c,无非是两个内容,一是task_struct、cgroup、css_set三个数据结构互相关联,而是cgroup文... 阅读全文

posted @ 2014-04-10 10:58 岚天逸见 阅读(176) 评论(0) 推荐(0)

新名词:弱有状态

摘要: 众所周知,有状态,是设计和实现分布式系统的难点所在,无状态的分布式系统难度会小很多。状态即是数据,弱有状态的一个特点是:有数据,数据也存在变化,但是数据变化频度低,甚至只有人工操作时才变更一下,我把这种叫作弱状态,以示区分。利用这个特性,实现一个路由分发的Proxy,... 阅读全文

posted @ 2014-04-10 10:58 岚天逸见 阅读(163) 评论(0) 推荐(0)

上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 77 下一页

导航