Skip to content

Commit

Permalink
mentioning taskset
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelog committed Feb 7, 2014
1 parent 77372a0 commit e9745e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -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)

Expand Down

0 comments on commit e9745e4

Please sign in to comment.