Skip to main content
Participating Frequently
December 8, 2009
Question

What is the best approach to handle text chat, audio streaming and connected clients?

  • December 8, 2009
  • 1 reply
  • 335 views

Hi,

FMS: 3.5

I have developed an application that can have multiple rooms & users simultaneously. The users inside a room can do text chat. The audio streaming is also there.

I worked on the concept of loops on FMS to find out a room and then find out its users for the text chat and audio.

But as soon as the no of rooms and users get increased, the whole application becomes slow. The text chat gets started slow and audio gets started lagging.

So, I would like to know what is the best approach to handle text chat, audio streaming and connected clients?

I studied about separate application instances and shared objects.

Now, Im working on the separated application instances. Im using one separate application instance for each room but facing one problem. How could I know that the same user can't login in any room if he/she is already in a room because each application instance is now a separate identity inside FMS.

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    December 19, 2009

    Waiting for your replies guys...