cluster
iteye_6075
这个作者很懒,什么都没留下…
展开
-
Horizontal Database Partitioning with Spring and Hibernate
Horizontal Database Partitioning with Spring and Hibernate 关键字: Database Introduction About a year ago we decided to scale our database horizontally - that is, partition it. We had many m...2007-12-04 12:01:34 · 137 阅读 · 0 评论 -
可靠、高性能的 TCP/HTTP 负载均衡器
HAProxy可靠、高性能的 TCP/HTTP 负载均衡器[url]http://haproxy.1wt.eu/[/url]原创 2009-08-12 10:09:59 · 136 阅读 · 0 评论 -
Welcome to Solr
Welcome to Solr[url]http://lucene.apache.org/solr/[/url]使用 Apache Solr 实现更加灵巧的搜索[url]http://www.ibm.com/developerworks/cn/java/j-solr1/[/url]Apache Solr 的新特性[url]http://www.ibm.com...原创 2009-03-07 19:46:57 · 121 阅读 · 0 评论 -
Hibernate Shards 概略
来自 [b]hibernate_shards中文参考指南[/b][size=large][b]分片策略[/b][/size]配置的入口是接口org.hibernate.shards.strategy.ShardStrategy:[code="java"]public interface ShardStrategy { ShardSelectionStrat...原创 2009-03-05 10:12:23 · 200 阅读 · 0 评论 -
无共享架构(Share Nothing Architecture)
关于集群的补课 (转)http://www.blogjava.net/RongHao/archive/2007/02/12/99560.html昨天发了个很什么的随笔,今天把与集群有关的东西搜了搜。整理一下。什么是集群,集群的概念。下面这个BLOG讲的非常清楚:http://blog.csdn.net/ESoftWind/archive/2006/10/19/1341089.aspx...2007-06-22 09:35:12 · 787 阅读 · 0 评论 -
守护程序死亡时重新启动守护程序的方法
可以令操作系统在一个守护程序死亡时自动重启它。方法是将此可执行程序放入/etc/inittab文件,添加respawn选项。只要系统保持在同一runlevel,系统会自动监视并确保该守护程序保持运行状态...2008-05-12 16:52:44 · 149 阅读 · 0 评论 -
build a highly available cluster [1]
最近在读Karl Kopper 用商业硬件和免费软件构建高可用集群。顺便记录一些有价值的内容。同时也希望能对其它关心这方面内容的朋友有帮助。书的开头介绍了一些很基础的linux操作。以前不是很清楚的地方,这次也一并熟悉一下。 [b]1.2 使用init启动服务[/b]内核启动并运行最初的初始步骤之后,init守护进程(所有进程的父进程)将被启动。然后init按照/etc/ini...2008-05-12 15:21:47 · 95 阅读 · 0 评论 -
负载均衡中ehcache的配置
[url]http://forum.springside.org.cn/viewthread.php?tid=2693&extra=page%3D1[/url]2007-12-15 23:58:14 · 196 阅读 · 0 评论 -
Google Code for Educators
Google: Cluster Computing and MapReduceThis submission contains video lectures and related course materials from a series of lectures that was taught to Google software engineering interns during ...2007-12-14 23:11:22 · 89 阅读 · 0 评论 -
Sharding the Hibernate Way
[url]http://highscalability.com/sharding-hibernate-way[/url]To scale you are supposed to partition your data. Sounds good, but how do you do it? When you actually sit down to work out all the deta...2007-12-14 15:34:01 · 167 阅读 · 0 评论 -
Tailrank Architecture - Learn How to Track Memes Across the
转自:[url]http://www.highscalability.com/tailrank-architecture-learn-how-track-memes-across-entire-blogosphere[/url]Ever feel like the blogosphere is 500 million channels with nothing on? Tailrank...2007-12-11 16:24:27 · 109 阅读 · 0 评论 -
HA-JDBC: High-Availability JDBC
数据库集群好伙伴[b]Overview[/b]HA-JDBC is a JDBC proxy that provides light-weight, transparent, fault tolerant clustering capability to any underlying JDBC driver. [img]http://ha-jdbc.sourceforge.ne...2007-12-09 03:27:17 · 344 阅读 · 0 评论 -
Hibernate Search 3.0.0.GA offers two back ends
2.2.1. LuceneIn this mode, all index update operations applied on a given node (JVM) will be executed to the Lucene directories (through the directory providers) by the same node. This mode is typic...2007-12-09 02:30:46 · 100 阅读 · 0 评论 -
Hibernate Shards 3.0.0.Beta2存在的限制
来源 [b]Hibernate Shards docs[/b]6.1. Incomplete Implementation of Hibernate API未完整的实现Hibernate API.In order to speed-up the initial release of Hibernate Shards, some parts of the Hibernate AP...2007-12-09 02:22:20 · 86 阅读 · 0 评论 -
Using Master/Slave Replication with ReplicationConnection
Starting with Connector/J 3.1.7, we've made available a variant of the driver that will automatically send queries to a read/write master, or a failover or round-robin loadbalanced set of slaves based...2007-12-04 12:03:26 · 98 阅读 · 0 评论 -
Membase分布式KeyValue数据库
Membase is a distributed key-value database management system, optimized for storing data behind interactive web applications. Membase automatically spreads data and I/O across servers. This "scale ou...原创 2011-01-02 16:08:20 · 138 阅读 · 0 评论