Is it possible to stream data from, or to trigger streaming from a controller model in erlang-web? The motivation behind this is that in a test project I'm playing around with I have large (static) files which should only be accessible once you authenticate as a user which is allowed access to these files. Standard stuff really. Copying these large files into memory in one block to send to the browser is wasteful of memory. A quick inspection of the doco for both inets and yaws says that they support this feature, but I can't find the doco on the allowed return values for the controller modules. If I've missed it please point me to it.
Jeff. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Erlangweb-users mailing list Erlangweb-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/erlangweb-users http://www.erlang-web.org/