[Libwebsockets] Removing broadcast
Gregory Junker
ggjunker at gmail.com
Wed Jan 30 06:35:33 CET 2013
On Tue, Jan 29, 2013 at 6:39 AM, "Andy Green (林安廸)" <andy at warmcat.com>wrote:
> Instead, the code using the library needs to be arranged to do the library
> service calls from the same thread that created the context
More accurately, from only a single thread at a time? This might cause the
same confusion people have about GL and D3D -- so long as only one thread
is accessing a shared data structure at a time, it doesn't necessarily have
to be the creating thread. This is an important distinction in a
task-scheduler-based MT app architecture.
Greg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://libwebsockets.org/pipermail/libwebsockets/attachments/20130129/cc7f81c0/attachment-0001.html>
More information about the Libwebsockets
mailing list