PHP queue jobs in centOS
Posted
by Soe Naung Win
on Stack Overflow
See other posts from Stack Overflow
or by Soe Naung Win
Published on 2010-03-25T02:12:16Z
Indexed on
2010/03/25
2:23 UTC
Read the original article
Hit count: 460
I wrote a PHP shell script which include queuing jobs in centOS with 'at' command. The queue jobs may vary in time and contents which means the system need to keep quite a large number of jobs. The application logic will also be a bit difficult to setup with cronjob. Is there a limit in number of queue jobs in centOS or is there any alternative way of queuing jobs?
© Stack Overflow or respective owner