I need to test some locking in my PHP script and need to run it many times at the same time.
I remember I found a simple command to do that some time ago when I was testing MySQL locking, but can't remember the function and can't find it again. I'm running Ubuntu Linux 14.04.1.
I'm looking for a simple command without any loops.
Thanks.