If you want to stress test your Apache/PHP server just have a small
little typo like this:
$errCodes=range (910000,9100005 );
in your code instead of
$errCodes=range (910000,910005) ;
Some serious crunching will go on! Off course don't do this on a
production server!
little typo like this:
$errCodes=range (910000,9100005 );
in your code instead of
$errCodes=range (910000,910005) ;
Some serious crunching will go on! Off course don't do this on a
production server!
Comment