由于一个朋友的IXWebHosting的MySQL数据库问题,因此跟他们有几次Ticket的交流,最后问了一下IXWebHosting的MySQL数据库的最大并发连接数是多少?得到的IXWebHosting技术支持的回答如下:
Every (mysql) user can have a maximum of 50 simultaneous connections. That is more than you would normally need for your website. Usually, when a visitor connects to your mysql driven site, a mysql connection is built, the content is served to the user, and then the connection to the mysql server is dropped.
IXWebHosting的MySQL数据库的最大并发连接数是50, 相比BlueHost的最大并发连接数60要少一点(参阅日志:BlueHost的资源使用限制)。
其实在Ticket中也问了IXWebHosting的CPU等其他系统资源的限制,不过IXWebHosting的技术支持并没有回答,也许是因为这个Ticket的主题是关于MySQL数据库的吧,有机会以后再问问 🙂
You can skip to the end and leave a comment. Pinging is currently not allowed.
fitseo says:
August 22nd, 2009 at 11:19 pm
MYSQL数据库安装后,默认最大连接数是100,流量大的论坛或网站这个连接数是不够的,所以IXWebHosting提供最大50的MySQL并发连接数,只适合访问量小的网站,这点买空间之前要清楚。
Beishan says:
August 23rd, 2009 at 11:30 am
最大50的MySQL并发连接数已经不算少了,对于虚拟主机来说,往往不是MySQL并发连接数超过限制,而是CPU占用率超过限制