From e9745e48830c6460d0932384303fc618ecb1b36a Mon Sep 17 00:00:00 2001 From: Marcelo Gornstein Date: Fri, 7 Feb 2014 17:50:14 -0300 Subject: [PATCH] mentioning taskset --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3048abe..c21a1f7 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,11 @@ case you want to work with RabbitMQ, it's called [rabbitmq_minionpool](https://g Also, see [this](https://github.com/marcelog/minions/tree/master/examples/rabbitmq.js) for an example of with plain vanilla **minionpool**. +## Using multiple cores + +In the case of having rabbitmq and mysql workers, it's very useful to take advantage +of multicore cpu's. For this, you can use [taskset](http://linuxcommand.org/man_pages/taskset1.html) +and launch multiple minionpool instances on different cores. ## Into the details: Lifecycle (Polling)