随笔分类 -  部署架构

摘要:http://blog.csdn.net/hustyangju/article/details/46330259 https://www.cnblogs.com/onlyforcloud/articles/4473981.html https://www.cnblogs.com/lcw/p/3505 阅读全文
posted @ 2017-12-06 13:10 thrillerz 阅读(247) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/fenglailea/article/details/52458737#t3 http://blog.csdn.net/fenglailea/article/details/52458737#t3 http://blog.csdn.net/fenglaile 阅读全文
posted @ 2017-04-01 20:57 thrillerz 阅读(2222) 评论(0) 推荐(0)
摘要:Paxos一致性算法——分布式系统中的经典算法,论文本身也有一段有趣的故事。一致性问题是分布式系统的根本问题之一,在论文中,作者一步步的加强最初一致性问题(2.1节提出的问题)的约束条件,最终导出了一个可实现的一致性模型。当前Paxos算法的研究越来越多,相关实现也不少,而原论文依然是最不可少的资料 阅读全文
posted @ 2017-03-27 00:29 thrillerz 阅读(341) 评论(0) 推荐(0)
摘要:http://dubbo.io/ http://dubbo.io/User+Guide-zh.htm#UserGuide-zh-%E5%85%A5%E9%97%A8 阅读全文
posted @ 2017-03-07 13:04 thrillerz 阅读(149) 评论(0) 推荐(0)
摘要:kafka学习笔记:知识点整理 http://www.cnblogs.com/likehua/p/3999538.html http://www.infoq.com/cn/kafka/ 实时流式处理 http://blog.csdn.net/dc_726/article/details/411432 阅读全文
posted @ 2017-02-25 19:35 thrillerz 阅读(251) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/zz0412/tag/jenkins/ http://blog.csdn.net/wangmuming/article/details/22924815 阅读全文
posted @ 2016-11-06 00:03 thrillerz 阅读(143) 评论(0) 推荐(0)
摘要:以下是消息队列以下的大纲,本文主要介绍消息队列概述,消息队列应用场景和消息中间件示例(电商,日志系统)。 本次分享大纲 一、消息队列概述 消息队列中间件是分布式系统中重要的组件,主要解决应用耦合,异步消息,流量削锋等问题。实现高性能,高可用,可伸缩和最终一致性架构。是大型分布式系统不可缺少的中间件。 阅读全文
posted @ 2016-04-19 09:06 thrillerz 阅读(944) 评论(0) 推荐(0)
摘要:phabricator,http://www.oschina.net/p/phabricator 阅读全文
posted @ 2015-12-13 21:35 thrillerz 阅读(551) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/chosen0ne/article/details/7304192 http://blog.csdn.net/chosen0ne/article/details/7309316 阅读全文
posted @ 2015-09-12 02:12 thrillerz 阅读(140) 评论(0) 推荐(0)
摘要:PHP_UML安装:官方地址:http://pear.php.net/package/PHP_UML安装命令:sudo php/bin/pear install PHP_UML-1.6.2看下官方描述:PHP_UML is a PHP parser, an XMI generator and a d... 阅读全文
posted @ 2015-08-25 10:33 thrillerz 阅读(1399) 评论(0) 推荐(0)
摘要:Connection reset by peer这个错误是在nginx的错误日志中发现的,为了更全面的掌握nginx运行的异常,强烈建议在nginx的全局配置中增加error_log logs/error.log notice;这样,就可以记录nginx的详细异常信息。nginx的错误日志中会出现C... 阅读全文
posted @ 2015-01-30 19:50 thrillerz 阅读(1675) 评论(0) 推荐(0)
摘要:原文地址需FQ才能看 https://blog.engineyard.com/2014/advanced-read-write-splitting-with-phps-mysqlndIn part one in this series we took our first look at mysqln... 阅读全文
posted @ 2015-01-22 11:27 thrillerz 阅读(316) 评论(0) 推荐(0)
摘要:以下均是使用翻译软件翻译的! Note: This is part one in our Extending MySQL with PHP's MySQLnd Series, read part 2 on Advanced Read/Write Splitting, and part 3 for ... 阅读全文
posted @ 2015-01-21 11:22 thrillerz 阅读(301) 评论(0) 推荐(0)
摘要:以下很多链接需要 FQ才能看到,稍后会整理翻译成中文!Easy Read/Write Splitting with PHP’s MySQLndhttps://blog.engineyard.com/2014/easy-read-write-splitting-php-mysqlnd 阅读全文
posted @ 2015-01-21 11:16 thrillerz 阅读(107) 评论(0) 推荐(0)
摘要:http://www.csdn.net/article/2014-06-10/2820160 -- 原文地址 阅读全文
posted @ 2015-01-10 16:12 thrillerz 阅读(165) 评论(0) 推荐(0)
摘要:Mysql Fabric用来管理mysql服务,提供扩展性和容易使用的系统,管理mysql分片和高可用部署(当前实现了两个特性:高可用和使用数据分片的横向扩展,能单独使用或结合使用这两个特性。)。 架构图: 应用请求一个扩展的mysql连接器版本,使用XML-RPC协... 阅读全文
posted @ 2015-01-09 14:48 thrillerz 阅读(709) 评论(0) 推荐(0)
摘要:参考http://commandos.blog.51cto.com/154976/115288/ 阅读全文
posted @ 2014-12-03 11:35 thrillerz 阅读(170) 评论(0) 推荐(0)
摘要:今天安装linghttpd时编译pcre库,编译提示:configure: error: pcre-config not found这种问题是由于没有把对应的路径添加到PATH中去,导致./configure时,找不到pcre-config,导致出现此错误。解决如下-把pcre bin路径加入到PA... 阅读全文
posted @ 2014-11-29 21:12 thrillerz 阅读(308) 评论(0) 推荐(0)
摘要:目标:SVN版本库提交,服务器中的工作拷贝能自动update。实现方法:subversion, curl,php脚本实现,并且入mysql库来进行管理。改hosts文件来进行访问!提交触发钩子脚本时调用 curl 访问内网php脚本,内网内svn更新基本思路:默认情况下,版本库的hooks子目录中包... 阅读全文
posted @ 2014-10-30 11:54 thrillerz 阅读(3536) 评论(0) 推荐(0)
摘要:SNMP协议简介: a. 轮询(Polling) -- 定时获取状态, 中断(Interrupt)--出问题通知 b. 共同体名(community) -- 口令--只读口令 --读写口令 使用SNMP: 1 安装snmp [root@cuijian /]# yum -y install net-s 阅读全文
posted @ 2014-10-23 23:04 thrillerz 阅读(221) 评论(0) 推荐(0)