On 29/04/2009, leeand00 <[email protected]> wrote: > > I'm rather new to working with multiple threads in a database (most of > my career has been spent on the frontend). > > But today I tried testing out a simple app I wrote to store values in > a database using php/mysql and ISAM tables with locking. > > I just wrote a blog post on the procedure here: > > http://leeand00.tiddlyspot.com/#[[Testing%20With%20JMeter]] > > From my results my simple php app appears to be thread-safe, but being > new at this I'm not entirely certain...so could someone please look > the blog post/code over and tell me if I am correct in my assumptions?
You may be able to prove that an application is *not* thread-safe if you happen to hit the correct test conditions. But AFAIK it's just not possible to prove that an application is thread-safe by testing it. All you can say is that it behaved correctly under the particular test conditions. > P.S. Yes, I know about escaping my SQL statements in PHP, I just > haven't done it yet... > > Thank you, > Andrew J. Leer > > ----- > Thank you, > > Andrew J. Leer - http://leeand00.tiddlyspot.com/ My Blog > > -- > View this message in context: > http://www.nabble.com/Testing-Thread-Safety-of-a-PHP-web-app-with-JMeter-tp23296125p23296125.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

