From: Vasiljevic Z. <zv...@ar...> - 2007-10-24 14:08:38
|
On 24.10.2007, at 00:34, Vlad Seryakov wrote: > Yes, i already tested it and just commited, please review if anybody > have time. I am sure it does not break anything and if maxupload > parameters is not set will never be activated but it is pretty useful. > Now it is possible to upload/download gigantic files without using > conn > threads. Setting maxupload to 1024*1024*512 will turn on the special processing for files larger than 512MB. If I transfer 100MB, the usual connthread processing is taking place, right? How do I know which situation I'm gonna need to handle in Tcl? |