[Sqlrelay-discussion] Bug on php pear module - and testing
Brought to you by:
mused
|
From: vieonet f. <df...@vi...> - 2005-02-23 17:29:19
|
I have to change on line in php pear module, as it send error when =
$this->affectedRows =3D=3D 0
if fact it's the following $this->affectedRows !=3D 0
Second I made test with http_load with a simple script using direct =
sqlrelay php function (no pear),=20
The script is just injecting records in Mysql Heap memory table.
I use the same insert for sqlrelay and for sqlb
The result are the folowing :=20
http_load set on 1000 simultaneous users, during 30 seconds :
sqlrelay has been able to insert as best parameter I could 921 lines
sqlb has been able to insert 9020 lines
It's normal ?
Why so much differents ?
The second thinks is that on sqlb all the line are inserted when the =
test is end. Which is not the case on sqlrelay, the insert carry on =
after the test is over.
I do the testing on the same machine, with the same memory usage.
Thanks for any more information
david |