wandenberg / nginx-push-stream-module

A pure stream http push technology for your Nginx setup. Comet made easy and really scalable.
Other
2.22k stars 295 forks source link

All Channels Stats detailed and channel_inactivity_time #164

Closed marul2 closed 9 years ago

marul2 commented 9 years ago

It would be very useful to have in the "All Channels Stats detailed" view, the time-stamp when the last subscriber entered.

Also for channel_inactivity_time take into account only when the last subscriber entered. Why? Because I send messages to the channel while has subscribers, so the channel never dies although there is nobody listening.

wandenberg commented 9 years ago

Hi @marul2 on channels stats you have the number of subscribers connected on the channel. Isn't this enough to know when you have to stop to send messages to the channel?