Edit report at https://bugs.php.net/bug.php?id=55334&edit=1

 ID:                 55334
 Comment by:         ricardo dot nuno dot rodrigues at hotmail dot com
 Reported by:        bruno at chalopin dot fr
 Summary:            MySQLi make mod_php crash on stress test
 Status:             Closed
 Type:               Bug
 Package:            MySQLi related
 Operating System:   Windows 2008r2 x64
 PHP Version:        5.3.7RC4
 Assigned To:        mattficken
 Block user comment: N
 Private report:     N

 New Comment:

Can you check if are related since found that is mysqlnd creating problems?

https://bugs.php.net/bug.php?id=61704&edit=2


Previous Comments:
------------------------------------------------------------------------
[2012-05-04 10:08:38] johan...@php.net

Closing after different verifications.

------------------------------------------------------------------------
[2012-05-04 09:02:33] u...@php.net

So, this can be closed?

------------------------------------------------------------------------
[2012-05-03 20:32:46] mattfic...@php.net

johannes, your patch works for me with 5.4.1 on a 4-way and an 8-way windows 
2008r2 server with:
ab -n 10000 -c 20
ab -n 100000 -c 20
ab -n 100000 -c 50
and ab -n 10000 -c 50.

------------------------------------------------------------------------
[2012-05-02 09:47:14] johan...@php.net

Matt, can you give it a new run. The change 
http://git.php.net/?p=php-src.git;a=commit;h=ea3e0d5a7370df63af9372780b91a749fda773b1
 which is in 5.4.1 should fix the issue for 5.4. See also 
http://news.php.net/php.internals/59353

I wasn't able to see an issue neither in 5.3 nor 5.4 after having a 64-way 
Solaris machine running for a few hours. For Windows I did only a shorter test 
on a 4-way machine.

------------------------------------------------------------------------
[2012-04-08 22:19:22] ricardo dot nuno dot rodrigues at hotmail dot com

Hi there,

In PHP 5.4 TS VC9 (Win) I have the same problem. Under stress goes down.

With file mysql_test.php:
<?php
mysqli_init();
?>

Under:
ab -n 10000 -c 50 http://127.0.0.1/mysql_test.php

It restart server (apache 2.2.21). Sometimes creates a delay. Under xdebug 
there's a big time to 
connect.

Thanks
Ricardo

------------------------------------------------------------------------


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    https://bugs.php.net/bug.php?id=55334


-- 
Edit this bug report at https://bugs.php.net/bug.php?id=55334&edit=1

Reply via email to