Hi,
I have been using red5 to transmit some reasonably complicated data 
structures. Stuff like

java.util.Map{
    "userID" => 2,
    "friends" => java.util.List{3,4,5}
    "enemies" => java.util.List{1,7,6}
    "status" => "online"
}

So the main data types are Lists, Maps, String and various number types. 
I was wondering if anyone knew if when requests were sent to client 
using RTMPConnection.invoke(Object) the calls blocked the execution of 
the invoking thread.

Additionally does anyone know how long it takes to transform these kind 
of data structures?

Best regards,
Tom Williams

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

Reply via email to