RE: [PHP-WIN] Windows speed issue

2004-05-20 Thread Mike Booth
I believe this is the same problem I found a fix for in thread "php performance on IIS 6" (23749) If you're running in isapi mode turn on output-buffering, I haven't looked into this fully, and its weird that it works fast from the local machine (had the same issue) -- PHP Windows Mailing List

RE: [PHP-WIN] Windows speed issue

2004-05-14 Thread Andrew Staples
-Original Message- From: Gryffyn, Trevor [mailto:[EMAIL PROTECTED] >>Good luck though.. It's going to end up being something silly that you're going to kick yourself for.. Hah.. Yes, kicks are in order. I changed from using php4isapi.dll to php.exe, and instant success. Here I tho

RE: [PHP-WIN] Windows speed issue

2004-05-14 Thread Steven Sher
Not sure if this will help, but I have seen a significant improvement in speed, by switching from using normal mysql_connect() to mysql_pconnect() Using a persistent connection helped me, you may need to adjust some setting for it to work affectively -Original Message- From: Andrew Sta

RE: [PHP-WIN] Windows speed issue

2004-05-13 Thread Gryffyn, Trevor
Is the web server (IIS) giving you a timeout or is PHP? If it's PHP, you can change your max execution time with "set_time_limit" or I believe you can change it in your PHP.INI If it's IIS, then I'm very familiar with the error. Hah. I work doing data analysis and sometimes we deal with very l