2010/2/25 Koen Deforche <[email protected]>: > The uncomplicated answer to the first question is: we never cared > about optimizing file uploads, until now. Wim already curated the > memory usage so that now memory usage is not dependent on file size > (in our development branch). >
There will be a new option, max-memory-request-size, which specifies a limit for storing requests to memory (RAM). If a request is larger than this limit, it will be spooled to a temporary file. Default is 128K, which should in all normal cases mean that interactive requests do not get spooled to a file. This reduces memory requirements for file uploads dramatically. Regards, Wim. ------------------------------------------------------------------------------ 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 _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
