Posts Tagged ‘featured’
Amazon SQS (Simple Queue Service): Quick Overview and Tutorial
Now that’s quite a queue! Queues are a powerful way of combining software architectures. They allow for asynchronous communication between different systems, and are especially useful when the throughput of the systems is unequal. Amazon offers their version of queues with Amazon SQS (Simple Queue Service). For example, if you have something like: System A -…
Read More