I'd definitly have a use for this.
Matthew,
I'm not sure how the "Zend" process works, but you guys seem to have a
queue api already I found in some marketing materials... any chance of
getting it cleaned up and into the framework?
Regards,
Eric
On Mar 3, 2008, at 9:17 AM, Matthew Weier O'Phinney wrote:
Definitely; I've written queueing systems a couple of times before.
They're great for ensuring that issues with subsystems don't affect
the
frontend (e.g., if there's an issue sending a mail, you can keep
queueing it until it sends; or if a service is unavailable, you can
keep
queueing the request until it's healthy again).
Another backend adapter to consider is the Zend Platform Job Queue.