Hi all,
The same thing has noticed by me also. I went a step ahead and found out
that Win NT will show 100% CPU utilisation, when a PERL file is invoked over
the web.
Even opening a file for editing using EDIT.COM and switchng over to another
process will drastically reduce the performance of Win NT. Even, while the
MS-DOS EDIT window is active if you move the mouse over the EDIT window will
give you similar results.
I belive DOS is given HIGHEST priority in WINDOWS and whenever a DOS program
is active, it steals away a majority of the resources. PERL also may be run
as a DOS program.
Jacob Joseph.
----- Original Message -----
From: "Chris Berarducci" <[EMAIL PROTECTED]>
To: "Perl-Win32-Users Mailing List"
<[EMAIL PROTECTED]>
Sent: Wednesday, April 26, 2000 7:32 AM
Subject: Win32::ODBC question/memory issue
> On Windows NT and 2000 when I run this program and watch the memory usage
of
> perl it grows and grows until the program finally ends. Is there known
> problems about perl letting go of the memory or is it a ODBC driver issue.
> A co-worker tried with Win32::OLE and saw similar results.
>
> Any help would be much appreciated.
>
> Thank You.
>
> Chris
>
> use Win32::ODBC;
> sleep 5;
>
> foreach $i ( 1 ..1000) {
> my ($db) = new Win32::ODBC("dsn=xxxx;uid=xxx");
>
> $db->Close();
> $db = "";
>
> }
>
> sleep 10;
>
> ---
> You are currently subscribed to perl-win32-users as: [EMAIL PROTECTED]
> To unsubscribe, forward this message to
> [EMAIL PROTECTED]
> For non-automated Mailing List support, send email to
> [EMAIL PROTECTED]
>
>
---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
[EMAIL PROTECTED]
For non-automated Mailing List support, send email to
[EMAIL PROTECTED]