Create an Account
username: password:
 
  MemeStreams Logo

MemeStreams Discussion

search


This page contains all of the posts and discussion on MemeStreams referencing the following web page: XML.com: Fun with Amazon's Simple Queue Service. You can find discussions on MemeStreams as you surf the web, even if you aren't a MemeStreams member, using the Threads Bookmarklet.

XML.com: Fun with Amazon's Simple Queue Service
by Lost at 3:14 pm EDT, Sep 6, 2008

In SQS, a queue is a list of entries. An entry is a blob of data. When you create a queue, it's empty until you put entries on it. You can then read the entries you put on the queue. Entries remain on the queue until you explicitly delete them. The ordering of the queue is FIFO (First In, First Out). However, because access to the queues is heavily cached for performance reasons, Amazon does not guarantee FIFO access--occasionally, SQS requests may return results in a slightly different order than FIFO.


 
 
Powered By Industrial Memetics