On Mon, 2010-09-27 at 11:25 +0100, Willy Mularto wrote:
> Hi,
> I work on MySQL 5 with PHP 5 and use Apache 2 as the webserver. I have a 
> simple query that searches matched row id and update the field via  HTTP GET 
> query. On a low load it succeed update the row. But on high traffic sometimes 
> it failed to update some  rows. No errors return by the script. What usually 
> cause this and how to solve this problem? Thanks
> 
> 
1.) Are you sure the script is executed under those conditions? Is
Apache refusing the request because to many children have been forked?

2.) Are you sure the script will report if MySQL fails with too many
connections?

> 
> sangprabv
> sangpr...@gmail.com
> http://www.petitiononline.com/froyo/
> 
> 
> 



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to