PHP经验谈(1)Zend Server 超时处理

平台:WIndows

服务器配置:Zend Server 6.3

在最近的项目需求中,有一个很耗时间的需求,所以在默认Zend Server的配置中,

经常发生PHP在Server上执行尚未结束时,就强制被Response了。

参数名:max_execution_time:

设置单位:秒

默认设置:30秒

根据网上大多数网页给出的结论,提高了php.ini的这个参数的数值以后,可以避免上述的情况发生。

但是根据本人多次反复试验,在Zend Server中是行不通的。

函数名:set_time_limit

参数类型:秒

默认设置:30秒

根据网上大多数网友给出的结论,在php执行页面中提高了这个函数的参数值,可以避免上述情况发生。

但是根据本人多次反复试验,依然无效。

解决方法:

假设脚本执行最大时间设定为30分钟,即1800秒。

1.修改php.ini的max_execution_time

修改前:max_execution_time=30

修改后:max_execution_time=1800

2.修改C:\Program Files\Zend\ZendServer\etc\ZendEnablerConf.xml

修改前:<Timeouts connectionTimeout="60" requestTimeout="120" />

修改后:<Timeouts connectionTimeout="60"
requestTimeout="1800" />

3.脚本既然执行如此长的时间,可能会消耗大量内存。

修改前:memory_limit=128M

修改后:memory_limit=1024M

时间: 2024-12-28 01:17:26

PHP经验谈(1)Zend Server 超时处理的相关文章

php: zend server 安装及相关配置

运行安装文件(ZendServer-CE-php-5.3.2-5.0.1-Windows_x86.exe)开始安装,选项请参照我的选择. 这里不做改动,维持默认选择即可 点击Browse按钮更改安装目录,比如这里设置的是D盘 更改Web Server Port为85 以避免跟IIS冲突,如果你没有IIS那么没有关系的. 错误1: 安装完成因Zend Server存在配置文件编码的错误,需要手工做更改. 用记事本打开D:\Program Files\Zend\ZendServer\etc\Zend

zend server mac 下配置

Post Installation on Mac OS X If you intend to use PHP and other tools provided by Zend Server (pear and pecl) from the command line (PHP CLI), it is recommended that you add the <install_path>/bin directory to your $PATH environment variable. This

zend server 和zend studio 最佳实践

1.zend server 安装好后需要重启下.无论是win还是mac..win不重启组件不能用.mac 不重启守护进程是离线的 2.修改apache配置.的根目录.到zendstudio的工作空间 Listen 80 DocumentRoot "K:\zendworkspace" <Directory "K:\zendworkspace"> Options Indexes FollowSymLinks AllowOverride All Order a

PHP开发环境配置(Zend Server安装)

运行安装文件(ZendServer-CE-php-5.3.2-5.0.1-Windows_x86.exe)开始安装,选项请参照我的选择. 这里不做改动,维持默认选择即可 点击Browse按钮更改安装目录为D盘 更改Web Server Port为85 以避免跟IIS冲突 安装完成因Zend Server存在配置文件编码的错误,需要手工做更改. 用记事本打开D:\Program Files\Zend\ZendServer\etc\ZendEnablerConf.xml文件. 将 锘??xml ve

SQL Server超时诊断和调优

SQL Server超时诊断和调优 一. 超时分析 下面是用户访问一个Web站点的常见错误: 详细错误描述如下: [SqlException (0x80131904): Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.] System.Data.SqlClient.SqlConnection.OnError(SqlExc

[label][phalcon] How to install Phalcon extension for Zend Server 6.3.0 for windows 7 64bit

At first , you should download Phalcon DLL file. You can download from this link under. http://static.phalconphp.com/files/phalcon_x86_VC9_php5.3.9_1.3.4_nts.zip Secondly, you should abstract this zipped file. To add the extension, got to the extensi

SSH连接Linux的Server超时

SSH连接Linux的Server超时 http://blog.csdn.net/cheng830306/article/details/21796865

Zend Server安装后首次运行就出现Internal Server Error的解决

无论是使用哪个版本的Zend Server来搭建PHP服务器,首次运行都会出现Internal Server Error的错误,对很多新手而言,每当看到这种错误时,那一刻内心绝对都是崩溃的.然而,这个错误并没有想象中难解决,可以说是简单得不能再简单了. 作为一个开发者,遇到错误不要紧,找到解决方案也不难,但是我们是程序猿,我们要知其所以然,因此出现本次错误,立刻去查看错误日志,打开 \Apache2\logs\error.log ,发现有这么一行记录: [error] Zend Enabler

Zend Server安装后首次运行就出现Internal Server Error的解决(转)

新近学习php,结果装了Zend Server上来就报错,网上找到了解决方法,照着做果然可行,转之. 刚才安装了Zend Server,安装后首次运行就爆出了一个Internal Server Error,于是看了看日志 \Apache2\logs\error.log 中有这么一行记录: ? 1 [Sun May 25 22:57:04 2014] [error] Zend Enabler cannot load because of a problem in its configuration