On Tue, Jun 2, 2009 at 4:57 PM, Meryl Silverburgh
<silverburgh.me...@gmail.com> wrote:
>
> 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?

WebKit uses different HTTP stacks depending on the port. We use a
different one than any other ports.

> 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?

Correct.

Brett

--~--~---------~--~----~------------~-------~--~----~
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