From: Steve W. <sw...@wc...> - 2001-02-08 16:15:00
|
This week I figured out how to create the standalone PHP binary (just compile it without a server option). I wrote a little test script that read config.php and called the database to see if IsWikiPage() returned the right value. If we find the need to move certain database tasks out of the realm of Web transactions and into crontabs, we should do this. I think it should be viewed as an add-on the admin will have to take extra responsibility for; in other words, PhpWiki should always work "out of the box" on a stock PHP installation, and should not require cron jobs to function in the long term. However there are needs arising like: a permanent archive might need periodic housekeeping, like deleting pages older than ten versions ago. This can be done with a cron script. We'd need simple instructions on setting this up (compile a PHP binary and put it in /usr/local/bin/ for example), and a scripts directory for cron jobs (maybe). I think this will open some new possibilities to us. ~swain ...............................ooo0000ooo................................. Hear FM quality freeform radio through the Internet: http://wcsb.org/ home page: www.wcsb.org/~swain |