高可用基础知识讲解一、高可用集群的定义高可用集群,英文原文为HighAvailabilityCluster,简称HACluster,简单的说,集群(cluster)就是一组计算机,它们作为一个整体向用户提供一组网络资源。这些单个的计算机系统就是集群的节点(node)。高可用集群的出现是为了使集群的整..
分类:
其他好文 时间:
2014-09-20 10:10:37
阅读次数:
236
高可用基础知识讲解 一、高可用集群的定义 高可用集群,英文原文为High Availability Cluster,简称HACluster,简单的说,集群(cluster)就是一组计算机,它们作为一个整体向用户提供一组网络资源。这些单个的计算机系统 就是集群的节点(node)。 高可用集群的出现是为...
分类:
其他好文 时间:
2014-09-20 02:15:46
阅读次数:
287
Percona-XtraDB-Cluster的安装1.准备工作1.1.PXC介绍Percona-XtraDB-Cluster时MySQL的高可用性和可扩展性的解决方案。其特性包含:同步复制,多主复制,并行复制,数据一致性。主要组件为Percona-XtraDB-Cluster-server,Percona-XtraDB-Cluster-client,Percona-XtraDB-Cluste..
分类:
其他好文 时间:
2014-09-19 19:41:27
阅读次数:
381
一、Mysql集群需要MySQL-Cluster-gpl-7.3.3-1.el6.x86_64.rpm-bundle.tar不需要安装或启动MySQL-server包Mysql代理的缺点:1,单点故障2数据备份MySQL-Cluster提供三种进程管理进程,管理进程运行的管理主机上ndbd进程管理进程运行的管理主机上sql进程(集群软件包里提供的数据库..
分类:
数据库 时间:
2014-09-19 19:29:56
阅读次数:
551
一、Ganglia的组件Ganglia包括如下程序,他们之间通过XML格式传递监控数据,达到监控效果。 Gmetad 这个程序负责收集各个cluster的数据,并更新到rrd数据库中。 Gmond 收集本机的监控数据,发送到其他机器上。收集其他机器的监控数据,供Gmetad读取。默认监听端口8649...
分类:
其他好文 时间:
2014-09-19 17:31:55
阅读次数:
254
TMF文档版权信息Copyright © TeleManagement Forum 2013. All Rights Reserved.This document and translations of it may be copied and furnished to others, and de...
分类:
其他好文 时间:
2014-09-19 16:56:25
阅读次数:
336
管理 Servlet 的容器是 Context 容器,一个 Context 对应一个 Web 工程 Tomcat 增加一个 Web 工程时会增加一个Context ctx = new StandardContext(); location是nginx用来处理对同一个server不同的请求地址使...
分类:
其他好文 时间:
2014-09-19 11:32:45
阅读次数:
210
Table of Contents
ForewordPreface
About This BookConventions Used in This BookSafari® Books OnlineHow to Contact UsContent Updates
May 23, 2014
I. Networking 101
1. Primer on Latency an...
分类:
Web程序 时间:
2014-09-18 22:20:04
阅读次数:
225
讲解了jboss eap 6.3 集群(cluster)中如何实现session 复制(replication),以及如何验证
分类:
其他好文 时间:
2014-09-18 16:06:24
阅读次数:
291
【题目】
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.
For example, given the following triangle
[
[2],
[...
分类:
其他好文 时间:
2014-09-18 11:29:23
阅读次数:
201