A final Windows MySQL PHP plea

2003-08-14 Thread Gary Broughton
Hi all Is there anybody out there who has managed to successfully configure Win2000, IIS5, MySQL 4.0.14 and PHP 4.3.2 (ISAPI) to work with a couple of hundred users at any one time? I have chucked absolutely everything I can think of at this, but the MySQL (it seems) simply eats all the available

Re: A final Windows MySQL PHP plea

2003-08-14 Thread Terry Riley
Gary Does your php code use persistent connections? mysql_pconnect() rather than mysql_connect() ? If so, that would ramp up the CPU usage fairly quickly, AFAIAA. Just a thought Terry --Original Message- > Hi all > > Is there anybody out there who has managed to successful

FW: A final Windows MySQL PHP plea

2003-08-14 Thread Gary Broughton
outcome is. :-) Thanks again Gary -Original Message- From: Nils Valentin [mailto:[EMAIL PROTECTED] Sent: 14 August 2003 02:35 To: Andrew Rothwell Cc: [EMAIL PROTECTED] Subject: Re: A final Windows MySQL PHP plea Hi Andrew, I guess your reply was

Re: A final Windows MySQL PHP plea

2003-08-14 Thread Nils Valentin
Hi Gary, I understood that the packages provided by MySQL are set to 100 concurrent users by default, so what you ae asking is actually if somebody successfully compiled a version for more than 100 concurrent users and was able to use it in a production environment ? Do I understand that corre

Re: A final Windows MySQL PHP plea

2003-08-14 Thread Fred van Engen
Hi, On Tue, Aug 12, 2003 at 05:21:23PM +0100, Gary Broughton wrote: > Is there anybody out there who has managed to successfully configure > Win2000, IIS5, MySQL 4.0.14 and PHP 4.3.2 (ISAPI) to work with a couple > of hundred users at any one time? I have chucked absolutely everything > I can thi

RE: A final Windows MySQL PHP plea

2003-08-14 Thread Andrew Rothwell
] Sent: Wednesday, August 13, 2003 11:00 PM To: Nils Valentin; Andrew Rothwell Cc: [EMAIL PROTECTED] Subject: Re: A final Windows MySQL PHP plea I have heard Apache croaks after 130 connections.. -M - Original Message - From: "Nils Valentin" <[EM

Re: A final Windows MySQL PHP plea

2003-08-14 Thread Nils Valentin
PM > To: Gary Broughton; [EMAIL PROTECTED] > Subject: Re: A final Windows MySQL PHP plea > > > Hi Gary, > > I understood that the packages provided by MySQL are set to 100 > concurrent > users by default, so what you ae asking is actually if somebody > successfully >

Re: A final Windows MySQL PHP plea

2003-08-14 Thread Martin Gainty
I have heard Apache croaks after 130 connections.. -M - Original Message - From: "Nils Valentin" <[EMAIL PROTECTED]> To: "Andrew Rothwell" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, August 13, 2003 6:34 PM Subject: Re: A final Window