Re: [fw-general] Amazon SQS Class

2008-03-03 Thread Eric Coleman

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.








Re: [fw-general] Amazon SQS Class

2008-03-03 Thread Matthew Weier O'Phinney
-- Justin Plock <[EMAIL PROTECTED]> wrote
(on Sunday, 02 March 2008, 11:10 PM -0500):
>   Besides my S3 class, I also wrote a queuing class which interfaces with 
> Amazon SQS. I was thinking of submitting a proposal for a "Zend_Queue" 
> which had various backend adapters (SQS, Database, Files, Zend_Cache). 
> Would anyone have a use for this?

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.

-- 
Matthew Weier O'Phinney
PHP Developer| [EMAIL PROTECTED]
Zend - The PHP Company   | http://www.zend.com/


RE: [fw-general] Amazon SQS Class

2008-03-03 Thread Keith Pope
 
I would, I could do with a queue for a prototype I am working on :)

Keith Pope
Web Developer

-Original Message-
From: Justin Plock [mailto:[EMAIL PROTECTED] 
Sent: 03 March 2008 04:11
To: fw-general@lists.zend.com
Subject: [fw-general] Amazon SQS Class

Hi Everyone,
   Besides my S3 class, I also wrote a queuing class which interfaces with 
Amazon SQS. I was thinking of submitting a proposal for a "Zend_Queue" which 
had various backend adapters (SQS, Database, Files, Zend_Cache). Would anyone 
have a use for this?

Thanks.

-Justin



--

allpay.net Limited, Fortis et Fides, Whitestone Business Park, Whitestone, 
Hereford, HR1 3SE.

Registered in England No. 02933191. UK VAT Reg. No. 666 9148 88.



Telephone: 0870 243 3434, Fax: 0870 243 6041.

Website: www.allpay.net

Email: [EMAIL PROTECTED]



This email, and any files transmitted with it, is confidential and intended 
solely for the use of the individual or entity to whom it is addressed. If you 
have received this email in error please notify the allpay.net Information 
Security Manager at the number above.


[fw-general] Amazon SQS Class

2008-03-02 Thread Justin Plock

Hi Everyone,
  Besides my S3 class, I also wrote a queuing class which interfaces 
with Amazon SQS. I was thinking of submitting a proposal for a 
"Zend_Queue" which had various backend adapters (SQS, Database, Files, 
Zend_Cache). Would anyone have a use for this?


Thanks.

-Justin