Archive for the ‘Database Refactoring’ Category


Performance Testing Of Concurrently Running SQL Commands In PHP / MySQL

Ever wondered, how to perform several SQL commands simultaneously from within a PHP script without the use of AJAX? Well, there is a very simple method, which helped myself several times for example for testing locking problems with SQL or evaluating, if multi core support does work for the MySQL database system. Just create an [...]

Read More...