![Picture of Manuel Lemos Picture of Manuel Lemos](/picture/user/1.jpg)
Manuel Lemos - 2012-05-03 20:42:44 -
In reply to message 1 from dellzam
That has nothing to do with HTTP protocol. Chrome creates separate processes for each tab, so each page request is not slowed down by requests done in other tabs.
Also, if one process crashes due to some unstable browser extension, it will not affect the processes in other tabs.
On the server side, nothing changes. If separate processes are created to handle different requests, like in Apache with pre-fork mode which most PHP sites use, it will continue to work that way.
As explained in the article, HTTP 2.0/SPDY only affects the transport layer, i.e. the way browsers and servers exchange request data.