1. 配置SElinux和ifcfg-eth0 参照:http://www.cnblogs.com/the-moving-ear/p/3591523.html
2. 着手安装HHVM;详细解说参照:http://lustlost.blog.51cto.com/2600869/1285597
我选择编译安装,安装HHVM的github文档指导
链接:https://github.com/facebook/hhvm/wiki/Building-and-installing-HHVM-on-CentOS-6.3
6.3的需要升级boost ,下载:http://jaist.dl.sourceforge.net/project/boost/boost/1.50.0/boost_1_50_0.tar.bz2
安装boost时候一定记得这个:export CMAKE_PREFIX_PATH=/usr
[第一次安装失败了,我想再试一次]
我搭建了两台虚拟机
说明:第一台是工作的开发环境,怕受影响,再者是为了以后的测试对比。第二台干净的basic server
3. 测试对比用例 900000W次+=,golang的协程goroutine执行的是2.9‘‘,非goroutine执行5.9‘‘,
http://www.oschina.net/question/55981_134857
稍后看看hhVM下的php
Linux Centos 6.3 x86_64bit HHVM安装 学习记录,布布扣,bubuko.com
Linux Centos 6.3 x86_64bit HHVM安装 学习记录
原文:http://www.cnblogs.com/the-moving-ear/p/3591525.html