Re: [PHP] Numerical Recipe - Scheduling Question

2009-05-29 Thread Stuart
2009/5/29 Bastien Koert : > > On Fri, May 29, 2009 at 2:12 PM, Stuart wrote: >> >> Hmm, might have to write that lot up as a blog post with some example >> code. Sometime... > > I would be very interested in that. I am developing a project where a queue > is required to manage load. Your post abov

Re: [PHP] Numerical Recipe - Scheduling Question

2009-05-29 Thread Bastien Koert
roblems. > > Hmm, might have to write that lot up as a blog post with some example > code. Sometime... > > -Stuart > > -- > http://stut.net/ > > > -Original Message- > > From: bruce [mailto:bedoug...@earthlink.net] > > Sent: Friday, May 29, 2009

Re: [PHP] Numerical Recipe - Scheduling Question

2009-05-29 Thread Stuart
. Hmm, might have to write that lot up as a blog post with some example code. Sometime... -Stuart -- http://stut.net/ > -Original Message- > From: bruce [mailto:bedoug...@earthlink.net] > Sent: Friday, May 29, 2009 1:11 PM > To: php-general@lists.php.net > Subject: [PHP]

RE: [PHP] Numerical Recipe - Scheduling Question

2009-05-29 Thread kyle.smith
PM, 1:55 PM, 2:00 PM etc. Is this running in a web browser, somehow? If not, PHP is not the solution. HTH, Kyle -Original Message- From: bruce [mailto:bedoug...@earthlink.net] Sent: Friday, May 29, 2009 1:11 PM To: php-general@lists.php.net Subject: [PHP] Numerical Recipe - Scheduling Q

[PHP] Numerical Recipe - Scheduling Question

2009-05-29 Thread bruce
Hi.. Got a need to be able to allow a user to specify the frequency to run certain apps/processes.. I need to be able to have the user specify a start Time, as well as a periodic frequency (once, hourly, daily, weekly...) as well as allow the user to specify every XX minutes... So i basically nee