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
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
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
]
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
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
>
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