F fourscore22 Guest Jan 3, 2009 #1 If a PHP script will be experiencing very high load, what is the best way to write to a local file? Use fwrite? Use system() or exec() with a cat command? Or something else? Thanks.
If a PHP script will be experiencing very high load, what is the best way to write to a local file? Use fwrite? Use system() or exec() with a cat command? Or something else? Thanks.