woren Posted November 19, 2011 Share Posted November 19, 2011 Hello everyone I have a question? I run a PHP script loads about 200 calls simultaneously on Linux environment, so my question is what is best way to run a command line As an example php-f example.php or make it through the apache example "curl http://localhost/example.php" Thank you woren Link to comment https://forums.phpfreaks.com/topic/251424-question-which-is-better-command-line-or-apache/ Share on other sites More sharing options...
trq Posted November 19, 2011 Share Posted November 19, 2011 Why on earth would you even consider the extra overhead of making a http request? I mean really, it's not rocket science. Link to comment https://forums.phpfreaks.com/topic/251424-question-which-is-better-command-line-or-apache/#findComment-1289507 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.