简体   繁体   English

WampServer 2.5 php-win.exe任务

[英]WampServer 2.5 php-win.exe task

WampServer 2.5 starts a php-win.exe process on (re-)start. WampServer 2.5在(重新)启动时启动php-win.exe进程。

This process uses a lot of CPU and I/O, causing slowdowns on one of my harddisks and effectively 100% use of one of my CPU cores. 此过程占用大量CPU和I / O,导致我的一个硬盘速度变慢,并有效地100%使用了我的一个CPU内核。

I typically just kill the process manually, which doesn't seem to affect anything in any way. 我通常只是手动终止该进程,这似乎丝毫不影响任何事情。

But I would rather the process didn't start at all, or somehow use less CPU and I/O. 但是我宁愿进程根本没有启动,或者以某种方式使用更少的CPU和I / O。

What does the php-win.exe process do and how I can change it? php-win.exe进程有什么作用,我如何进行更改?

php-win.exe is the php command line processor but one that does not need a dos box to run in. php-win.exe是php命令行处理器,但不需要dos框即可运行。

It is used by WAMPServer as most of WAMPServer uses PHP to do most of its stuff. WAMPServer使用它,因为大多数WAMPServer使用PHP来完成大部分工作。

If this initial processing is causing the problems you suggest it is odd as the startup processing done in PHP usually takes milli second. 如果这种初始处理引起了问题,那么您建议这样做很奇怪,因为用PHP完成的启动处理通常需要毫秒。

It would suggest that something is wrong somewhere. 这表明某个地方出了问题。

These WAMPServer startup processes do report errors into the PHP error log so I would suggest you look in there for some clues. 这些WAMPServer启动过程会将错误报告到PHP错误日志中,因此我建议您在此查找一些线索。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM