Since PHP is running in single-threaded mode, opening a new tab while executing a long-running query will hang.
This can also be used for DOS attacks, since a single user can block access for everyone else by running SLEEP(1000000)
php:x.x-apache should be a good alternative that's simple enough and that runs as single process
Since PHP is running in single-threaded mode, opening a new tab while executing a long-running query will hang.
This can also be used for DOS attacks, since a single user can block access for everyone else by running SLEEP(1000000)
php:x.x-apache should be a good alternative that's simple enough and that runs as single process