Windows server系统(windows 2000高级服务器版本、Windows server 2003所有版本)中提供了网络负载均衡(NLB)功能。NLB的操作模式有单播和多播两种,它们之间有什么区别呢?
首先,给大家介绍一下NLB的工作原理:当客户向NLB群集(NLB的虚拟IP地址)发起请求时,其实客户的请求数据包是发送到所有的NLB节点,然后运行在NLB节点上的NLB服务根据同样的NLB算法来确定是否应该由自己进行处理,如果不是则...
Installing Drupal on RimuHosting.com
Posted November 15th, 2007 by siteadmin
CentOS
Drupal tips
Here is how to install Drupal on a Centos5 Linux installation, hosted on http://RimuHosting.com
log in as root
Update to latest version with: apt-get update ; apt-get upgrade
Install modules with: yum -y install php-mysql mod_auth_mysql mysql-server php-gd php-mbstring
Ena...