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?


 Michele Simionato

_______________________________________________
alice-users mailing list
[email protected]
http://www.ps.uni-sb.de/mailman/listinfo/alice-users

Reply via email to