
04-14-2011, 12:11 PM
|
|
LiteSpeed Staff
|
|
Join Date: May 2003
Location: New Jersey
Posts: 7,583
|
|
Quote:
|
Current releases of Apache do not support concurrent processing of more than one request on a connection, due to the mostly serialized nature of request/response flow in the existing HTTP protocol. Thus, the initial implementation of mod_spdy processes each SPDY stream (request) in a session (connection) serially.
|
It basically has about the same performance as HTTP request Pipelining. 
|