From: pcourterelle <pco...@te...> - 2007-06-10 01:02:30
|
Are there any special requirements for memory management when using Perl Win32::GUI? I've created several some simple scripts with Win32::GUI where there is little more than a window, button and listview and the script is using 6 MB of memory. The memory usage increase dramatically each time a button is clicked or the listview is populated. (the buttons do nothing more than insert a static text item into the listview - literally "bob" The memory usuage never seems to decrease dynamically when the listview is reset. I'm certainly no expert but this does not seem right. Thanks Phil |