News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



Wez Furlong's Blog:
Background/batch/workflow processing with PDOPGSQL
0 comments :: posted Friday October 27, 2006 @ 08:42:00
voice your opinion now!

Wez Furlong wants a bit more out of his PHP script, naemly the ability to be able to process things in the background without tying up or immediately using the script that's running.

In my recent talk on sending mail from php I mention that you want to avoid sending mail directly from a web page. A couple of people have asked me how to implement that, and one of the suggestions I have is to queue your mail in a database table and have some other process act on that table.

He gives a solution that's a bit more optimized for this solution than just polling the same information over and over - using PDO and LISTEN/NOTIFY processing along with transactions to make the CLI script only grab information when there's something new.

tagged with: pdo pgsql postgresql mail cli background batch processing pdo pgsql postgresql mail cli background batch processing



developer book ajax zend cakephp security mysql framework application zendframework PEAR package database releases conference release pecl job PHP5 code

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework