On 03/12/2012 07:51 PM, Konstantin Preißer wrote:

Now imagine that a Client with a very slow connection requests a file from 
Tomcat which is very big. IIS would create a SPDY stream over an existing TCP 
connection to start retrieving the file. However, When the stream is 
established and Tomcat begins to send the file, IIS would not be able to send 
all the chunks which it gets from the SPDY connection to the client 
immediately, since there is a very slow connection to the client. However, IIS 
can't simply stop reading from the SPDY connection

You would need to read at least one frame.
Suppose a thread that would drain the frame would be needed
in case client closes the connection prematurely.


Regards
--
^TM

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to