1. hi how does this scale to large user bases.
2. can you make comparisons with node.js drupal chat modules?
3. do you plan to use node.js at any time in the future.

i ask because as i understand node.js scales really well for large user bases and im interested into how an AJAX based solution performs.

thanks

laurence

Comments

laurencefass created an issue. See original summary.

Syntapse’s picture

"Chatroom is aimed primarily at tight integration with Drupal, not at being a highly scalable IRC or XMPP style solution".

What is the optimum amount (range) of users to use to get the most out of chatroom module?

glekli’s picture

Status: Active » Fixed

Hi,

I think that quote is outdated; it refers to the D6 version, which uses ajax polling. That technology is not suitable for high-scale chats. I haven't done performance testing, but my sense is that about 15-30 concurrent users could easily overload an average server.

The D7 version does rely on node.js, and that should be able to scale far beyond that. Compared to Drupal Chat module, they should be comparable in terms of performance.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.