tom
unread,Oct 4, 2012, 1:05:10 PM10/4/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-ext...@lists.mozilla.org
What's about firefox's thread model in network socket layer?
it seems that When open a new http connection, firefox will create one new
tcp socket in network module and clone a thread to polling it.
And, How firefox multiplex underlay tcp socket? Or it use thread per
socket, or use OS select/poll/epoll mechanism?
best regards
tom