Reputation: 2731
I run many times PHP script in one minute in my server using command line. but i want to add some maximum for it.
this script not must be run each time more than 10 process for PHP.
#1 php -r myhardandlongprocess.php
#2 php -r myhardandlongprocess.php
..
#10 php -r myhardandlongprocess.php
any standard way for this?
Upvotes: 2
Views: 335