I have this code in PHP.
$min = 100000; $max = 2000000; usleep(rand($min, $max));
Delay works in my Windows environment.
But when I run this code on my Linux server, it does not.