On 05/01/2011 14:29, EOIN MCQUILLAN wrote:
> Thanks for the reply André.
> 
> I am taking my terminology from RFC 2616 so "chunk-extension" should be the 
> right terminology I think.
> 
> I don't think multiparting would be the way to go in this case. Really with 
> the 
> chunking extensions the idea for me would be to mid-request be able to 
> communicate between client and server.

That is simply not possible in a single HTTP request/response.  In
addition, chunking is a transfer encoding and therefore only applies per
link.

Sounds like you really need to be using Comet.

Mark

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

Reply via email to