DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28283>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28283 ------- Additional Comments From [EMAIL PROTECTED] 2006-09-13 14:48 ------- The copy task does use a lot of memory. It keeps all the file names in memory, and for each file it has a list of target files.map(string->list) (This has changed from 1.5 to 1.6 files.map(string->string)). {or something similar}. This does not scale for large number of files. To handle large number of files, one needs a copy task that is implemented like an iterator - does one input file at a time and moves to the next input file. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]