[Red5devs] No-sync branch merged to trunk
Joachim Bauch
jojo at struktur.de
Wed Oct 24 01:15:27 PDT 2007
Hi Steven,
Steven Gong schrieb:
> Do you have any doc to describe the server behavior change of the two
> threading models?
there is no change in the threading model used in Red5. I just removed
the class synchronization on scopes and connections that was active
when clients connected or disconnected.
This resulted in the application handlers like *Connect, *Join, *Leave
and *Disconnect being called single-threaded and thus blocking each
other.
So the only change visible to developers is that if you extend
MultiThreadedApplicationAdapter instead of ApplicationAdapter, these
handlers will be called from multiple threads simultaneously.
Joachim
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4355 bytes
Desc: S/MIME Cryptographic Signature
Url : http://osflash.org/pipermail/red5devs_osflash.org/attachments/20071024/3f405123/attachment-0001.bin
More information about the Red5devs
mailing list