Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8542015
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T11:57:44+00:00 2026-06-11T11:57:44+00:00

I have multiple socket.io servers scaled horizontally using a redisstore. I’ve got rooms setup

  • 0

I have multiple socket.io servers scaled horizontally using a redisstore. I’ve got rooms setup effectively and am successfully able to broadcast to rooms across servers, etc. Now I’m trying to build a status page and what I’m failing on figuring out is how to simply count the number of users connected across all servers.

io.sockets.clients(‘room’) and io.sockets.sockets will only tell you the number of connected clients on that one server, not all servers connected to the same RedisStore.

Suggestions?

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T11:57:45+00:00Added an answer on June 11, 2026 at 11:57 am

    I solved this by having each server periodically set a user count in redis with an expiration that included their own pid:

    every do setex userCount:<pid> <interval+10> <count>

    then the status server can query for each of these keys, and then get the values for each key:

    for each keys userCount* do total+=get <key>

    so if a server crashes or is shutdown then its counts will drop out of redis after interval+10

    sorry about the ugly pseudocode. 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Server Socket and 3-4 android devices as clients. I'm using TCP/IP
I am using node.js socket.io-client and socket.io . I have a javascript program which
I have a socket.io connection using xhr as its only transport. When I load
I have multiple app processes that each connect to servers and receive data from
Essentially I have built a socket server that multiple clients can connect to and
I have a socket server running on multiple machines. It works like a charm
I have developed a silverlight 3 application using Sockets connecting to a socket server
I have an app that makes multiple connections to different servers at the same
I have multiple ajax requests with javascript code as response, and I need to
I have multiple projects which are to be hosted together in a Tomcat container,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.