[Red5] are there any synchronization (threading) issues with red5 ?

Valentin Plamadeala vnexster at gmail.com
Tue Nov 24 07:52:45 PST 2009


i have something like this:

public class Manager
{
public static Vector<Client>;
static
    {
        clients = new Vector<Client>();
    }

public static void AddClient(Client client)
{
   clients.Add(client);
}

}

and i call the *Manager.AddClient in the appConnect Method *
am i going to have any problems with multiple threads or something (if
multiple users connect at the same time) ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://osflash.org/pipermail/red5_osflash.org/attachments/20091124/edb853ca/attachment.html>


More information about the Red5 mailing list