Chris,
look at your queries, EXPLAIN your queries! SHOW PROCESSLIST during peak
mysql activities.
15 connections? Sometimes you can bring a server down by means of a
single bad SQL statement!
Regards,
Frank.
Chris Knipe wrote:
>
> Lo all,
>
> I don't know if this can be reproduced,
In the last episode (Jun 19), Chris Knipe said:
> > > My PHP code also use persistent connections, and I don't think this is
> the
> > > problem, but basically, how more queries I throw at MySQL how more my PC
> > > crawls down to a halt - even after the application with the queries
> > > disconne
> > My PHP code also use persistent connections, and I don't think this is
the
> > problem, but basically, how more queries I throw at MySQL how more my PC
> > crawls down to a halt - even after the application with the queries
> > disconnected from the database. I can understand that my system m
In the last episode (Jun 19), Chris Knipe said:
> Lo all,
>
> I don't know if this can be reproduced, whether it's just general coding
> errors, or whether it's simply a Windows thing But I do my development
> on a NT 4.0 system, and I've been starting to notice rather weird things
>
> M