C++,python,热爱算法和机器学习
全部博文(1214)
发布时间:2016-06-21 10:11:08
原文地址:http://shokunin.co/blog/2014/11/11/operational_redis.htmlRedis is mostly single threaded application. To ensure that redis is not running on the same CPU as those handling any network traffic, it is highly recommended that RPS is enabled.Redhat has a detailed.........【阅读全文】
发布时间:2016-06-20 21:08:32
原文地址:http://coolnull.com/2842.html# netstat -an|grep 6380|wc -l 4602# ps -ef|grep redis root 23427 21683 0 19:08 pts/0 00:00:00 grep redisroot 31886 1 0 11:30 ? 00:00:00 /usr/local/bin/redis-server /data/redis/6379/redis6379.conf# cat /proc/31886/limits Limit Soft Limit Hard Limit Units Ma.........【阅读全文】
发布时间:2016-06-20 09:13:46
sudo apt-get install gitgit clone https://gitlab.com/ocserv/ocserv.gitsudo apt-get install libgnutls28-dev libev-dev libwrap0-dev libpam0g-dev liblz4-dev libseccomp-dev libreadline-dev libnl-route-3-dev libkrb5-dev liboath-devsudo apt-get install autoconf libprotobuf-c0-dev libtalloc-dev libh.........【阅读全文】
发布时间:2016-06-12 22:40:15
原文地址:http://blog.csdn.net/yueguanghaidao/article/details/41043375异常,很奇怪,难道是patch_socket惹的货,因为之前没有使用patch_socket是正常的,代码简化如下[python] copyimport urllib import gevent fro.........【阅读全文】
发布时间:2016-06-05 13:29:52
原文地址:http://www.csdn.net/article/2014-08-04/2821018/1背景最近我在做流式实时分布式计算系统的架构设计,而正好又要参见CSDN博文大赛的决赛。本来想就写Spark源码分析的文章吧。但是又想毕竟是决赛,要拿出一些自己的干货出来,仅仅是源码分析貌似分量不够。因此,我将最近一直在做的系统架构的思路整理出来.........【阅读全文】
chinaunix网友2009-10-12 16:19
你好,你在Google Code上放的sg2fcitx的mainme.c源代码我下载编译会出现段错误。请问你的编译环境是什么?GCC版本是多少? 谢谢。