http://qs321.pair.com?node_id=651283


in reply to Re^2: DBD::CSV eats memory
in thread DBD::CSV eats memory

You wrote "DBD::CSV" eats memory in each loop". How do you know that? Your script doesn't do any memory testting or profiling or printouts. And if it's true, what OS are you on and what versions of the software and its prerequisites are you using? (your version of DBI, for example is more than 5 years old).

Replies are listed 'Best First'.
Re^4: DBD::CSV eats memory
by perlmonkdr (Beadle) on Nov 19, 2007 at 23:28 UTC

    Hello Jeff,

    Yes, i'm following the increase of memory with "Task Monitor" on Windows XP..

    I finally updated DBI to v1.601, yours SQL::Statement to v1.15 and DBD::CSV to v0.22 and Text::CSV_XS to v0.30 and updated this example too,to see a bigger increment, but the problem continue, for 1000 loop eats around of 10MB of memory in my case.

    Well, thk U.

    PD:Let me know if you need some test.