远程订阅依赖Distributed Transaction Coordinator服务,需要访问服务器的135端口,需要将发布服务器和订阅服务器的MSDTC打开(开始-控制面板-管理工具-组件服务-计算机-我的电脑-Distributed Transaction Coordinator-本地DTC)...
分类:
数据库 时间:
2015-04-22 17:53:12
阅读次数:
133
To create high-performance systems, sometimes you need to cache data. Play has a cache library and will useMemcachedwhen used in a distributed environ...
分类:
系统相关 时间:
2015-04-22 13:21:43
阅读次数:
213
分布式一致性协议
Amir H. Payberah 《Distributed Systems Consensus》
amir@sics.se
Amirkabir University of Technology
问题是什么?
为保证分布式系统的高可靠和高可用性,数据在系统中一般存储多个副本。当某个副本所在的节点出现故障时,分布式系统能够自动将服务切换到其他的副本,从而实现...
分类:
其他好文 时间:
2015-04-21 16:11:21
阅读次数:
118
1.在项目中添加SQLDmo dll文件引用(SQLDMO(SQL Distributed Management Objects,SQL分布式管理对象))2在相应页面加using SQLDMO引用3.下面是用C#语言书写的用于Microsoft SQL Server数据库备份和恢复的类:using ...
分类:
数据库 时间:
2015-04-21 09:32:45
阅读次数:
159
原文链接:http://www.oschina.net/translate/redis-distlock英文原文:Distributed locks with Redis
分类:
其他好文 时间:
2015-04-20 14:38:56
阅读次数:
120
Hadoop是一个由Apache基金会所开发的分布式系统基础架构。用户可以在不了解分布式底层细节的情况下,开发分布式程序。充分利用集群的威力进行高速运算和存储。[1] Hadoop实现了一个分布式文件系统(Hadoop Distributed File System),简称HDFS。HDFS有高容错性的特点,并且设计用来部署在低廉的(low-cost)硬件上;而且它提供高吞吐量(high thro...
分类:
其他好文 时间:
2015-04-19 18:00:31
阅读次数:
108
Continuous LearningClint ShankWE LiVE iN iNTERESTiNG TiMES. As development gets distributed across the globe, you learn there are lots of people capable of doing your job. You need to keep learning to...
分类:
其他好文 时间:
2015-04-19 13:14:21
阅读次数:
149
Spark学习笔记之SparkRDD一、 基本概念RDD(resilient distributed datasets)弹性分布式数据集。来自于两方面① 内存集合和外部存储系统② 通过转换来自于其他RDD,如map,filter等2.创建操作(creation operation):RDD的创建由S...
分类:
其他好文 时间:
2015-04-18 20:29:12
阅读次数:
179
一、Drbd介绍 Distributed Replicated Block Device(DRBD)是基于块设备在不同的高可用服务器之间同步和镜像数据的软件,通过它可以实现在网络中两台服务器这间基于块设备级别的实时或异步镜像或同步复制,其实就类似于rsync+inotify这样的架构项目软件。只不....
分类:
其他好文 时间:
2015-04-16 00:59:12
阅读次数:
364
源码注释 // Zepto.js// (c) 2010-2015 Thomas Fuchs// Zepto.js may be freely distributed under the MIT license.//// Some code (c) 2005, 201...
分类:
其他好文 时间:
2015-04-13 22:40:39
阅读次数:
199