摘要: 启动mongodb安装环境 CentOS release 5.4mongodb下载: wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.2.0.tgz解压:gzip -d mongodb-linux-x86_64-2.2.0.tgz得到tar文件tar mongodb-linux-x86_64-2.2.0.tar解压之后得到名字很长的文件夹mongodb-linux-x86_64-2.2.0名字太长多麻烦呀,改短的名字吧:mv mongodb-linux-x86_64-2.2.0 mongodb至此,将文件夹mongodb放 阅读全文
posted @ 2012-12-06 22:39 litton 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 转载地址http://blog.csdn.net/hellollx/article/details/6171052 随着互联网web2.0网站的兴起,非关系型的数据库现在成了一个极其热门的新领域,非关系数据库产品的发展非常迅速。而传统的关系数据库在应付 web2.0网站,特别是超大规模和高并发的SNS类型的web2.0纯动态网站已经显得力不从心,暴露了很多难以克服的问题,例如: 1、High performance - 对数据库高并发读写的需求 web2.0网站要根据用户个性化信息来实时生成动态页面和提供动态信息,所以基本上无法使用动态页面静态化技术,因此数据库并发负载非常高,往往要达到每秒上 阅读全文
posted @ 2012-12-06 22:38 litton 阅读(64) 评论(0) 推荐(0) 编辑
摘要: PHP 5.4.8 的安装包有自带的系统服务注册文件的打开编译安装包,换成你自己的路径cd /mydata/soft/php-5.4.8/cp sapi/fpm/init.d.php-fpm /etc/init.d/php-fpmchmod +x /etc/init.d/php-fpmchkconfig --add php-fpmchkconfig --level 2345 php-fpm on详细 请参考http://www.zhouz.me/post/2012-10-24/40041265730 阅读全文
posted @ 2012-12-06 17:20 litton 阅读(181) 评论(0) 推荐(0) 编辑