On Fri, 1 Sep 2017 14:38:21 -0400, Neil Van Dyke <n...@neilvandyke.org> wrote:
> ... *except when a GC cycle kicks in*. Speaking of web servers and GC ... I have a http web-server application that needs to be able to up/down load fairly large files. The application is somewhat memory constrained, and I'd like to handle these large data transfers in chunks using (relatively) small buffers. Outgoing is not [much of] a problem because the client TCP connection is available in response/output ... but with incoming data, the web-server framework has slurped in everything before my code even runs. Is there a way in the web-server to stream incoming data? Or maybe to get at the request before the (multipart) form data is read in? George -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.