monitoring win32 process (program) memory usage

2005-01-15 Thread mailware
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

Re: Win32::API memory leak problem

2005-01-15 Thread $Bill Luebkert
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

Win32::API memory leak problem

2005-01-15 Thread Perl Diver
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

Re: Windows please??

2005-01-15 Thread $Bill Luebkert
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

Re: Windows please??

2005-01-15 Thread Sisyphus
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

Re: [OT] Problem with Winzip

2005-01-15 Thread Sisyphus
$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 ___

Windows please??

2005-01-15 Thread Charles Maier
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

Re: [OT] Problem with Winzip

2005-01-15 Thread $Bill Luebkert
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).