Tag Archive


activemq amqp benchmark closures crowdcontrol dns gentoo github gnome3 json lighttpd maths message queue mysql nginx node.js nodejs performance php portage programming rabbitmq sessions SOA ssl statistics web workers wordpress zend

Multi-threaded node.js message queue consumers

So far, in my investigation of node.js and Service-Oriented Architecture, I have shown that node.js can be successfully used to consume messages from a queue as part of a wider service. However, one of the potential limitations of node.js is that it is entirely single-threaded. So is my title a little misleading when it talks [… Read More]