I am reading this document
"http://dev.chromium.org/developers/how-tos/getting-around-the-chrome-source-code";
about chromium source code:
It said:

renderer: Code for the subprocess in each tab. This embeds WebKit and
talks to browser for I/O.

Does that mean chromium do not use the HTTP stack/library that Webkit is using?
And does that mean all the I/O of each tab (webkit renderer) will be
sent to 'browser' for I/O, and there is 1 I/O thread in the browser to
handle the I/O requests from ALL tab?

Thank you.

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to