主题:【建议】西西河不稳定的原因探讨 -- Highway
就Error page的信息来看,是WEB Server的问题。(IIS 5.0/5.1),
View products that this article applies to.
This article was previously published under Q248074
SYMPTOMS
When you connect to an Internet Information Services (IIS) 5.0 Web site, the following error message may occur:
Access Forbidden: Too many users are connected
CAUSE
This error is displayed when the number of users connected to the server exceeds the connection limit set by the administrator of the Web server.
RESOLUTION
To correct this problem, have the administrator change the connection limit settings for the Web site.
Open Internet Services Manager.
Right-click the Web site and choose Properties.
On the Web Site property page, select Connections.
Choose Unlimited or increase the Limited To: value.
另外这里还有篇文章,我觉得对我们现在的问题可能不是很有针对性,但你不妨看一下。
http://support.microsoft.com/default.aspx?scid=kb;en-us;262635
单从外表上来推断西西河的问题有些困难,如果可能的话,多给我们点儿信息,我们也许能帮你点忙。同样www.cchere.net的“乱码”我看不到,所以也就无从下手了。
从给出的Error Msg看, 是WebServer错误地认为负载过大, 因此拒绝了很多操作, 从给出的提示连接, 也看不出什么名堂:
实际上呢, cchere 的负载这几天并不大, 连线用户很少, 我能想到的有两个可能,
一个服务器端做了错误的设置, 设置了过小的最大允许连接数目,
另一个就是使用同一个服务器的其他程序, 占用过多的资源. 从使用的感觉看, 发贴, 发信, 搜索等比一般的浏览更难, 更可能是CPU, 数据库负载过大, 而不是网络流量过多.
还有, 会不会遭到 Denial of Service Attack ?