News Feed
Jobs Feed
Sections




News Archive
Wez Furlong's Blog:
Background/batch/workflow processing with PDOPGSQL
October 27, 2006 @ 08:42:00

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.

0 comments voice your opinion now!
pdo pgsql postgresql mail cli background batch processing pdo pgsql postgresql mail cli background batch processing


blog comments powered by Disqus

Similar Posts

Richard Davey's Blog: PDO SQLite support just doesn't work fully?

Wez Furlong's Blog: Background/batch/workflow processing with PDO::PGSQL

NetTuts.com: PHP Database Access: Are You Doing It Correctly?

Sematopia.com: How to - Backup MySQL database & email results using PHP

DevShed: Databases: Finishing a Listing Service


Community Events











Don't see your event here?
Let us know!


community podcast composer testing functional framework example unittest interview development object tool code introduction series zendframework2 release language conference opinion

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