Preethi Natarajan wrote:
Can you recommend some documentation on how the 2 threads (transport layer thread and the main 'painting' thread) interact? or how data flows in Gecko/Necko, i.e. starting from how data is read from socket to when the object is painted on a window?
Not on the level you're looking for, no. The summary is that the UI thread makes requests, and when the transport thread hands back data it always says what request the data is for. The UI thread then does whatever it needs to with the data.
-Boris _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
