Jalmari Raippalinna wrote:
> We may have found a thread lock concerning connecting and disconnecting 
> clients. Our own application stress tester currently connects to server, 
> initializes data and then disconnects. After a while of connecting and 
> disconnecting 30 clients simultaneously, server stops responding and we 
> have thread lock where one client is connecting and other is 
> disconnecting at the same time.
>
> We will post JStack dump and red5 native stress test during this day.
>
> - J
>   
Nevermind, we just noticed that you cannot close the other connections 
within Application#appConnect. We wanted to do this to prevent a one 
user from logging in from multiple different clients at the same time. 
This however seems to cause a thread lock.

Not sure if its a bug or not, but it sure took time to find out, we are 
now making a workaround for our application, so we cleanup the previous 
connection only after the new connection has resolved itself.

-- J


_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to