observing / red

RED a realtime system built upon Node.js and Redis
http://lolcathost/
MIT License
16 stars 6 forks source link

Optimize sending message #2

Open 3rd-Eden opened 12 years ago

3rd-Eden commented 12 years ago

Description

When we send a message we are now calling engine#publish which does a publish to all connected nodes. When you cluster is growing in size (nodes) this will create a lot of pointless overhead because node's that doesn't have user connected will also receive this message.

Possible solutions