[web2py] Re: Memory leak with import_from_csv_file in loop

2012-04-11 Thread Łukasz Adamczewski
Linux3.0.0-17-generic #30-Ubuntu SMP Thu Mar 8 20:45:39 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux Python 2.7.2+ (default, Oct 4 2011, 20:06:09) [GCC 4.6.1] on linux2 I used gae tasks as alternative to loops so i create task for each file import. I don't know if it will cause the same result on

[web2py] Memory leak with import_from_csv_file in loop

2012-04-09 Thread Łukasz Adamczewski
Hi, I am new web2py user and I have some performance problems with import_from_csv_file method. First of all i have big collection of data that i want to upload to Google App Engine. I splited data into 1000 parts, each contains csv serialized rows - about 1367 rows per file. I am doing loop t