Re: Integrating DIME and web servers

Henrik Frystyk Nielsen <[email protected]> Mon, 23 Sep 2002 21:14:52 -0700
Newsgroups gmane.comp.windows.devel.dime
Message-ID <79107D208BA38C45A4E45F62673A434D086183C9@red-msg-07.redmond.corp.microsoft.com>
>"Henrik Frystyk Nielsen" <[email protected]> writes:
>> >Is that true even for a servlet via Tomcat or other servlet
>> >containers? It must be I guess because the servlet API doesn't=20
>> >suppport getting at chunks AFAIK. ??
>>=20
>> Not necessarily, the messages would likely be "unchunked"=20
>before they=20
>> are passed up.
>
>Wouldn't that lose much of the advantage of chunking? (At=20
>least on the server side.)

Not if they are passed up as a stream which at least traditional CGI
does using stdin/stdout.

Henrik