> Jason wrote: > > > > aolserver is a web/application server. PHP is a server-side scripting > > language. Why exactly *should* it have a job scheduler? > > > > Some (such as myself) might also ask why should a web server have a job > > scheduler, but that's a thread for a different list :) > > Because PHP is supposed to solve web development problems. And this is > one of them. It's very useful. I disagree! Cronjobs are not a web development problem. That is something that should be handled on the server/machine side. PHP is purely designed to dynamically create web pages. It has other things built into it, but each one interfaces with the web page somehow. A cronjob doesn't use the web at all. The web is an interactive thing and the whole purpose of a job scheduler is to avoid interaction. Sure a job scheduler is useful, but it is outside the scope and mission of PHP. -Dan
- [SQL] a script that queries database periodically Bernie Huang
- Re: [SQL] a script that queries database periodi... Brett W. McCoy
- Re: [SQL] a script that queries database periodi... Mathijs Brands
- Re: [SQL] a script that queries database periodi... Serge Canizares
- Re: [SQL] a script that queries database periodi... Poul L. Christiansen
- Re: [SQL] a script that queries database per... Roberto Mello
- Re: [PHP-DB] Re: [SQL] a script that que... Jason
- Re: [PHP-DB] Re: [SQL] a script that... Roberto Mello
- Re: [PHP] Re: [PHP-DB] Re: [SQL... Joe Stump
- Re: [PHP-DB] Re: [SQL] a script... clayton cottingham
- Re: [SQL] a script that queries... Dan Wilson
- Re: [SQL] a script that queries database per... Mathijs Brands
- RE: [SQL] a script that queries database periodi... Wojciech Milek
- [SQL] Re: [PHP] a script that queries database p... Jason
- Re: [GENERAL] Re: [PHP] a script that querie... Miles Thompson
- [SQL] Re: [PHP] a script that queries database p... Folke Ashberg