etcp';
$ENV{"IFORMIXSQLHOSTS"} = '/apphome/system/usr/sqlhosts';
my $dbh = DBI->connect( 'dbi:Informix:mydb@myserver', 'joeuser',
'thepassword' )
or die "Couldn't connect to database: " . DBI->errstr;
Can
I'm just reading in the Perl DBI book about flock. It says it works in
Windows NT/2000, just not on Windows 95/98. That's just what I read, haven't
tested it.
> -Original Message-
> From: Brian Shoemaker [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, May 14, 2001 2:55 PM
> To: [EMAIL PROTECTE
y understanding is that
> this defaults to a 10. Is this right way to do it?
>
> John
>
> -Original Message-
> From: Peter Cornelius [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, May 14, 2001 10:29 AM
> To: 'John Peterson'
> Subject: RE: Perl, Nice, and CPU Usage
Thanks for your help! I'll do a lot of testing.
> -Original Message-
> From: Brett McCoy [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, May 14, 2001 10:13 AM
> To: 'John Peterson'
> Subject: RE: Perl, Nice, and CPU Usage
>
> >-----Original Mess
> -Original Message-
> From: John Peterson
> Sent: Monday, May 14, 2001 9:59 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: Perl, Nice, and CPU Usage
>
> Because this is on a test box there is nothing else running at the time.
> The intenti
; production server? I don't know much about this stuff yet but my reasoning
> says, "of course it would use 100% of the resources to get the job done if
> that's what it takes. As long as it lets other processes go in front of
> it, everything should be ok". Is my rea