Git Product home page Git Product logo

Comments (9)

zsxsoft avatar zsxsoft commented on August 21, 2024

PHP版本多少?MySQL版本多少?是哪个进程CPU高?w3wp.exe还是php-cgi.exe还是mysql.exe?

from zblogasp.

nineaiyu avatar nineaiyu commented on August 21, 2024

使用的是asp,4G4cpu 的,系统是winserver2016 , w3wp.exe CPU超过30% ,页面打开特别慢,差不多要1-2分钟。

from zblogasp.

zsxsoft avatar zsxsoft commented on August 21, 2024

哦,ASP啊,我看错仓库了
Access数据库还是SQL Server,数据量多大?

from zblogasp.

nineaiyu avatar nineaiyu commented on August 21, 2024

就是刚安装的,用的access数据库

from zblogasp.

nineaiyu avatar nineaiyu commented on August 21, 2024

刚进去安装界面,就发现页面响应很慢,然后进服务器看到cpu使用率很高,在30%左右

from zblogasp.

zsxsoft avatar zsxsoft commented on August 21, 2024

其他ASP程序正常吗?

from zblogasp.

nineaiyu avatar nineaiyu commented on August 21, 2024

其他正常,你可以测试下,就这个程序不正常

from zblogasp.

zsxsoft avatar zsxsoft commented on August 21, 2024

已了解原因,你到zb_users/c_option.asp里,找到以下代码(在最后)

For MsgCount=1 To 350
    Call Execute("Dim ZC_MSG" & Right("000"&MsgCount,3))
Next

改为

Dim MsgCount
Dim MsgString
MsgString = ""
For MsgCount=1 To 350
	MsgString = MsgString & vbCrLf & "Dim ZC_MSG" & Right("000"&MsgCount,3)
Next
Call Execute(MsgString)

from zblogasp.

zsxsoft avatar zsxsoft commented on August 21, 2024

或者你可以关闭Windows Defender

from zblogasp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.