[plt-scheme] accessing output port of servlet?

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Wed Mar 28 08:52:43 EDT 2007

Not directly, but perhaps make-response/incremental is what you need.

http://download.plt-scheme.org/doc/360/html/web-server/web-server-Z-H-12.html#node_sec_10.1.3

Jay

On 3/27/07, Yin-So Chen <yinso.chen at gmail.com> wrote:
> Hi -
>
> how can I access the output-port within a servlet?  The scenario is when I
> have a large file that shouldn't be held in memory but better accessed via a
> pipe between input and output port.  As far as I can tell the request object
> doesn't take a port for body content.  Let me know if I missed anything,
> thanks.
>
> yinso
>
> --
> http://www.yinsochen.com
> ...continuous learning...
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>


-- 
Jay McCarthy <jay.mccarthy at gmail.com>
http://jay.teammccarthy.org


Posted on the users mailing list.