ok, we are testing that functionality pretty hard, with combination of 
IIS and IE/firefox to upload huge files with progess enabled. so far 
works very good.

The other reason i did not want to make it ransparent, it takes a while 
to parse >1GB file in Tcl routine, split files and copy them into temp 
files. In our case we do not want to do it immediately after the upload, 
i just keep them in staging area and later or other server will process 
them. Making ns_getform transparent will trigger parsing those files 
immediately and will kill server performance, it will consume conn 
thread parsing files just to get rid of them on conn thread exit.

When dealing with such big files may be it is better to have more 
flexibility?

Vasiljevic Zoran wrote:
> On 25.10.2007, at 18:23, Vlad Seryakov wrote:
> 
>> I just initially did not want to make so many changes, just to test it
>> more before making transparent
> 
> But don't forget to do that once you're confident
> it works.
> 
> 
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> naviserver-devel mailing list
> naviserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/naviserver-devel
> 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel

Reply via email to