I am making a script with 2000 jobs in a day using cron (means that is server side and automatically do all jobs.)
but the job require to run simultaneously 10 (or specified no. of jobs ) jobs .
like if u see IDM(internet download manager ) there is a queue function it run multiple jobs at a time and if any complete it start another . i want something like this ..
how can i do this ?