"Michele Simionato" <[EMAIL PROTECTED]> wrote: > I was looking at the documentation for the HttpServer > (http://www.ps.uni-sb.de/alice/manual/library/http-server.html) > and it is not clear to me how to serve large files. > It seems that makeResponse requires the body to be a string, > so that one has to keep the whole file in memory. I was expecting > 'body' to be a function returning chunks of the file, or something like > that. > What is the recommended way to serve large files?
The HTTP implementation in the library is very simplistic. I'm afraid it doesn't provide an alternative at the moment. But if anybody wants to grab the sources from CVS and extend its functionality, then we will be happy to incorporate it. The HTTP stuff is relatively straightforward. Thanks, - Andreas _______________________________________________ alice-users mailing list [email protected] http://www.ps.uni-sb.de/mailman/listinfo/alice-users
