Skip to content

Commit 36e344e

Browse files
committed
new task queues resource
1 parent 72e5397 commit 36e344e

File tree

6 files changed

+799
-1
lines changed

6 files changed

+799
-1
lines changed

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-07-21T11:32:18Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-07-22T12:00:21Z</updated></feed>

source/content/pages/07-performance/0705-task-queues.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ when scaling out a large deployment of distributed task queues.
9999
provides a scenario in which Celery and RabbitMQ are not the right tool
100100
for scheduling asynchronous jobs.
101101

102+
* [Evaluating persistent, replicated message queues](http://www.warski.org/blog/2014/07/evaluating-persistent-replicated-message-queues/)
103+
is a detailed comparison of Amazon SQS, MongoDB, RabbitMQ, HornetQ and
104+
Kafka's designs and performance.
105+
102106
* [Queues.io](http://queues.io/) is a collection of task queue systems with
103107
short summaries for each one. The task queues are not all compatible with
104108
Python but ones that work with it are tagged with the "Python" keyword.

0 commit comments

Comments
 (0)