Hi all,
Does anyone know how to monitor memory usage in perl, that is cheap on cpu and
works on all windows versions (eg. win95 and newer)
Basically i have this background perl process, that continues to eat up memory.
my plan for managing it would be
if currentmemoryusage > myspecifiedlimi
Perl Diver wrote:
> I'm trying to use the Win32::API module to access the native
> FindFirstFile() and FindNextFile() system calls. It's as a workaround
> to the File::Find module, because for some reason stat() is dreadfully
> slow on FAT32... Anyway, the Win32::API stuff works fine and returns
I'm trying to use the Win32::API module to access the native
FindFirstFile() and FindNextFile() system calls. It's as a workaround
to the File::Find module, because for some reason stat() is dreadfully
slow on FAT32... Anyway, the Win32::API stuff works fine and returns
all the file metadata I ne
Charles Maier wrote:
> Is there some way to have a perl program open multiple windows and
> selectively output text to each of them at different times ?? I have a
> program that takes quite a while and I would like to be able to process data
> and be able to direct different parts of the processin
Charles Maier wrote:
Is there some way to have a perl program open multiple windows and
selectively output text to each of them at different times ?? I have a
program that takes quite a while and I would like to be able to process data
and be able to direct different parts of the processing to diff
$Bill Luebkert wrote:
Sisyphus wrote:
Any ideas as to what's screwing things up ?
Go to Winzip->Configuration->Miscellaneous->Other->Tar file smart CR/LF
conversion
and toggle it and see if that helps.
Yep - turning off the 'smart CR/LF' option fixes the problem.
Thanks Bill.
Cheers,
Rob
___
Is there some way to have a perl program open multiple windows and
selectively output text to each of them at different times ?? I have a
program that takes quite a while and I would like to be able to process data
and be able to direct different parts of the processing to different
windows.
TIA
C
Sisyphus wrote:
> Hi,
>
> Sorry about this.
>
> I downloaded PDL-2.4.1.tar.gz from CPAN. It contains a (binary) file
> called 'm51.fits', among other things.
>
> When I open the .tar.gz file in Winzip, the size of 'm51.fits' is being
> correctly stated as 593,280 bytes (actual size of file).