码迷,mamicode.com
首页 >  
搜索关键字:distributed    ( 1170个结果
Identifying a distributed denial of service (DDOS) attack within a network and defending against such an attack
The invention provides methods, apparatus and systems for detecting distributed denial of service (DDoS) attacks within the Internet by sampling packe...
分类:Web程序   时间:2014-08-27 00:19:47    阅读次数:362
HTTP协议(一) 概述
HTTP定义 HTTPThe Hypertext Transfer Protocol is an application protocol for distributed, collaborative, hypermedia information systems. HTTP is the foun...
分类:其他好文   时间:2014-08-26 13:22:06    阅读次数:160
Hadoop2.3.0详细安装过程
前言:       Hadoop实现了一个分布式文件系统(Hadoop Distributed File System),简称HDFS。HDFS有高容错性的特点,并且设计用来部署在低廉的(low-cost)硬件上;而且它提供高吞吐量(high throughput)来访问应用程序的数据,适合那些有着超大数据集(large data set)的应用程序。HDFS放宽了(relax)POSIX的要求,...
分类:其他好文   时间:2014-08-26 09:51:26    阅读次数:502
Consistency model(The system supports a given model if operations on memory follow specific rules)
Consistency model From Wikipedia, the free encyclopedia In computer science, consistency models are used in distributed systems like distributed shared memory systems or distributed da...
分类:其他好文   时间:2014-08-25 11:53:34    阅读次数:359
别以为真懂Openstack: 虚拟机创建的50个步骤和100个知识点(2)
二、nova-api步骤3:nova-api接收请求nova-api接收请求,也不是随便怎么来都接收的,而是需要设定rate limits,默认的实现是在ratelimit的middleware里面实现的。然而有时候,我们希望实现distributed rate-limiting,从而Turnsti...
分类:其他好文   时间:2014-08-22 23:44:59    阅读次数:495
How to download the installation package by ZOL Downer
Recently, Zhongguancun Online distributed theZOL Downer for users to download the resources from ZOL. In this case, userscan just download the ZOL downer with the code of resources, not theinstallation packages. But if someone want toinstall the PC wh...
分类:其他好文   时间:2014-08-22 12:55:58    阅读次数:548
大规模Hadoop集群实践:腾讯分布式数据仓库(TDW)
TDW 是腾讯最大的离线数据处理平台。本文主要从需求、挑战、方案和未来计划等方面,介绍了TDW在建设单个大规模集群中采取的 JobTracker 分散化和 NameNode 高可用两个优化方案。TDW(Tencent distributed Data Warehouse,腾讯分布式数据仓库)基于开源...
分类:其他好文   时间:2014-08-21 16:39:04    阅读次数:252
RAC Cache Fusion 原理理解
cache fusion  .   grd  .  drm   .   gcs  .   ges cache fusion  1.RAC是一个数据库运行在多个实例上,通过DLM(Distributed Lock Management):分布式锁管理器 来解决并发问题,RAC各个节点间的共享资源,为了保证每个节点访问数据的一致性,所以需要使用DLM来协调各个实例间的资源竞争访问。 这个D...
分类:其他好文   时间:2014-08-19 19:07:45    阅读次数:334
Kafka 之 入门
一、入门 1.??? 简介 Kafka is a distributed, partitioned, replicated commit log service。它提供了类似于JMS的特性,但是在设计实现上完全不同,此外它并不是JMS规范的实现。kafka对消息保存时根据Topic进...
分类:其他好文   时间:2014-08-18 14:40:12    阅读次数:315
分布式文件系统-HDFS
HDFS Hadoop的核心就是HDFS与MapReduce。那么HDFS又是基于GFS的设计理念搞出来的。 HDFS全称是Hadoop Distributed System。HDFS是为以流的方式存取大文件而设计的。适用于几百MB,GB以及TB,并写一次读多次的场合。而对于低延时数据访问、大量小文...
分类:其他好文   时间:2014-08-18 12:21:14    阅读次数:228
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!