yes so you can review the server side code inside the Application.class (ApplicationAdapter) which is the central point of Resource Handling
there is a so called ClientList and in the various methods you can see methods to loop through all active red5-connections. so if you compare ClientList with active-connections you will get the delta of *zombies* the zombies are inside the ClientList not inside the red5-active-connections. sebastian 2008/10/21 cyril alias lyric <[EMAIL PROTECTED]> > > Hello Sebastian, > > > you can loop through all active connections to check > > that. > Sorry, but I don't understand. > > What would you do to limit ressource waste? > > As far as I understand Red5 only works in a > centralized way and does not establish peer to peer > connections between clients. > > Cheers, > Cyril > > > > --- Sebastian Wagner <[EMAIL PROTECTED]> schrieb: > > > you can loop through all active connections to check > > that. > > > > > > sebastian > > > > 2008/10/20 cyril alias lyric <[EMAIL PROTECTED]> > > > > > > > > But how could an active connection be > > distinguished > > > from an inactive (user is not in front of his > > client > > > anymore, but camera is still active) ? > > > > > > That is why I thought, it would be necessary to > > limit > > > sessions to a certain time. > > > > > > Cyril > > > > > > > > > > > > --- Sebastian Wagner <[EMAIL PROTECTED]> > > schrieb: > > > > > > > actually this is a red5 issue but if necessary I > > can > > > > include a ping to > > > > remove users and check active connections every > > 5 > > > > minutes. > > > > > > > > sebastian > > > > > > > > 2008/10/20 cyril alias lyric > > <[EMAIL PROTECTED]> > > > > > > > > > > > > > > Or do you know a better solution to prevent > > zombie > > > > > sessions ;-) > > > > > > > > > > --- cyril alias lyric <[EMAIL PROTECTED]> > > > > schrieb: > > > > > > > > > > > > > > > > > Hello, > > > > > > > > > > > > does Openmeetings provide any timeout > > mechanism, > > > > > > i.e. users have to reconnect after a certain > > > > > > configurable time, to prevent eternal > > ressource > > > > > > consuming sessions without users actively > > > > > > communicating. > > > > > > > > > > > > Cheers, > > > > > > Cyril > > > > > > > > > > > > > > > > > > __________________________________________________ > > > > > > Do You Yahoo!? > > > > > > Sie sind Spam leid? Yahoo! Mail verfügt über > > > > einen > > > > > > herausragenden Schutz gegen Massenmails. > > > > > > http://mail.yahoo.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > __________________________________________________ > > > > > Do You Yahoo!? > > > > > Sie sind Spam leid? Yahoo! Mail verfügt über > > einen > > > > herausragenden Schutz > > > > > gegen Massenmails. > > > > > http://mail.yahoo.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > Sebastian Wagner > > > > http://www.webbase-design.de > > > > http://openmeetings.googlecode.com > > > > http://www.laszlo-forum.de > > > > [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > > > > > > > > __________________________________________________ > > > Do You Yahoo!? > > > Sie sind Spam leid? Yahoo! Mail verfügt über einen > > herausragenden Schutz > > > gegen Massenmails. > > > http://mail.yahoo.com > > > > > > > > > > > > > > > > -- > > Sebastian Wagner > > http://www.webbase-design.de > > http://openmeetings.googlecode.com > > http://www.laszlo-forum.de > > [EMAIL PROTECTED] > > > > > > > > > > > > > > > > -- Sebastian Wagner http://www.webbase-design.de http://openmeetings.googlecode.com http://www.laszlo-forum.de [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en -~----------~----~----~----~------~----~------~--~---
