[thelist] Call PHP file on table event?

Hassan Schroeder hassan.schroeder at gmail.com
Thu May 15 08:47:01 CDT 2008


On Thu, May 15, 2008 at 6:28 AM, Dave Stevens <evolt at davestevens.co.uk> wrote:

> What I was wondering was whether it was possible to cut a few processes
> out of this loop and have the script run when there is an INSERT in to
> the table?

How are INSERTs being done?

If you have one data access class handling each operation on this
table, of course you can do whatever you want there. OTOH, if multiple
processes are allowed to write to it, you're probably SOL.  :-)

-- 
Hassan Schroeder ------------------------ hassan.schroeder at gmail.com



More information about the thelist mailing list