1zeus1 Posted August 25, 2015 Share Posted August 25, 2015 I would like to run these: screen watch -n 0 php /usr/share/nginx/html/2siti.php & screen watch -n 0 php /usr/share/nginx/html/2siti.php & screen watch -n 0 php /usr/share/nginx/html/2siti.php & screen watch -n 0 php /usr/share/nginx/html/2siti.php & screen watch -n 0 php /usr/share/nginx/html/2siti.php & screen watch -n 0 php /usr/share/nginx/html/2siti.php in parallel using GNU parallel ? I have 2 cores Could anyone please help? Quote Link to comment Share on other sites More sharing options...
iarp Posted August 25, 2015 Share Posted August 25, 2015 Well you seem to already have the PHP finished, I would recommend having a look at the GNU Parallel documentation to figure out how to get it working. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.